Skip to content

Commit db77c10

Browse files
chore(deps): bump Grpc.Net.Client
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.34.0 to 2.52.0. - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](grpc/grpc-dotnet@v2.34.0...v2.52.0) --- updated-dependencies: - dependency-name: Grpc.Net.Client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb68977 commit db77c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/grpc-example/datasource-request-result/gRPCsample/Shared/gRPCsample.Shared.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Google.Protobuf" Version="3.15.0" />
14-
<PackageReference Include="Grpc.Net.Client" Version="2.34.0" />
14+
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
1515
<PackageReference Include="Grpc.Tools" Version="2.34.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)