From ead634c88e421096bf47fa313e541f74fb87bdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:58:14 +0000 Subject: [PATCH] Bump the dotnet group with 3 updates Bumps the dotnet group with 3 updates: [Google.Protobuf](https://github.com/protocolbuffers/protobuf), [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) and [xunit](https://github.com/xunit/xunit). Updates `Google.Protobuf` from 3.28.0 to 3.28.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.28.0...v3.28.2) Updates `Grpc.Net.Client` from 2.65.0 to 2.66.0 - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0) Updates `xunit` from 2.9.0 to 2.9.2 - [Commits](https://github.com/xunit/xunit/compare/v2-2.9.0...v2-2.9.2) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Grpc.Net.Client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] --- src/Authzed.Net/Authzed.Net.csproj | 4 ++-- tests/Authzed.Net.Tests/Authzed.Net.Tests.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Authzed.Net/Authzed.Net.csproj b/src/Authzed.Net/Authzed.Net.csproj index 9d5209e..b3a6390 100644 --- a/src/Authzed.Net/Authzed.Net.csproj +++ b/src/Authzed.Net/Authzed.Net.csproj @@ -30,9 +30,9 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Authzed.Net.Tests/Authzed.Net.Tests.csproj b/tests/Authzed.Net.Tests/Authzed.Net.Tests.csproj index b9aaeab..364a0c4 100644 --- a/tests/Authzed.Net.Tests/Authzed.Net.Tests.csproj +++ b/tests/Authzed.Net.Tests/Authzed.Net.Tests.csproj @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all