Skip to content

Commit

Permalink
build: migrate to grpc.net.client
Browse files Browse the repository at this point in the history
Grpc.Core is deprecated and should no longer be used
https://grpc.io/blog/grpc-csharp-future/
  • Loading branch information
ChrisKujawa committed Jul 15, 2023
1 parent 5db3e24 commit ee36df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ This release is based on the Zeebe 8.1.X release (https://github.com/zeebe-io/ze
<PackageReference Include="Google.Protobuf" version="3.23.4" />
<PackageReference Include="Grpc" version="2.46.6" />
<PackageReference Include="Grpc.Auth" Version="2.55.0" />
<PackageReference Include="Grpc.Core" version="2.46.6" />
<PackageReference Include="Grpc.Net.Client" Version="2.55.0" />
<PackageReference Include="Grpc.Tools" version="2.56.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit ee36df8

Please sign in to comment.