From 584831fb4400d3c3c8dd98d9898abcf6fb63f904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:03:09 +0000 Subject: [PATCH] Bump Grpc.Net.Client from 2.34.0 to 2.51.0 in /BlazorTemplate/Server Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.34.0 to 2.51.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.34.0...v2.51.0) --- updated-dependencies: - dependency-name: Grpc.Net.Client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- BlazorTemplate/Client/BlazorTemplate.Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlazorTemplate/Client/BlazorTemplate.Client.csproj b/BlazorTemplate/Client/BlazorTemplate.Client.csproj index a229aa6..000dce1 100644 --- a/BlazorTemplate/Client/BlazorTemplate.Client.csproj +++ b/BlazorTemplate/Client/BlazorTemplate.Client.csproj @@ -14,7 +14,7 @@ <ItemGroup> <PackageReference Include="Google.Protobuf" Version="3.14.0" /> - <PackageReference Include="Grpc.Net.Client" Version="2.34.0" /> + <PackageReference Include="Grpc.Net.Client" Version="2.51.0" /> <PackageReference Include="Grpc.Net.Client.Web" Version="2.34.0" /> <PackageReference Include="Grpc.Tools" Version="2.35.0"> <PrivateAssets>all</PrivateAssets>