From 9c5c0a2a0e8d1f3b7aa8b7796251f3d63cfeb911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:25:45 -0500 Subject: [PATCH] Bump the grpc group with 3 updates (#636) Bumps the grpc group with 3 updates: [Grpc.AspNetCore.Server.ClientFactory](https://github.com/grpc/grpc-dotnet), [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet) and [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet). Updates `Grpc.AspNetCore.Server.ClientFactory` from 2.67.0-pre1 to 2.67.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.67.0-pre1...v2.67.0) Updates `Grpc.AspNetCore` from 2.67.0-pre1 to 2.67.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.67.0-pre1...v2.67.0) Updates `Grpc.Net.Client` from 2.66.0 to 2.67.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.66.0...v2.67.0) --- updated-dependencies: - dependency-name: Grpc.AspNetCore.Server.ClientFactory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: Grpc.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: grpc - dependency-name: Grpc.Net.Client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Directory.Packages.props | 2 +- src/ClientApp/ClientApp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a7cf53c20..31b4b8c7f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,7 +6,7 @@ 9.0.0 9.0.0 9.0.0-preview.5.24551.3 - 2.67.0-pre1 + 2.67.0 7.0.8 8.1.0 diff --git a/src/ClientApp/ClientApp.csproj b/src/ClientApp/ClientApp.csproj index 46e50fba0..c8c78eb94 100644 --- a/src/ClientApp/ClientApp.csproj +++ b/src/ClientApp/ClientApp.csproj @@ -62,7 +62,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive