Skip to content

Commit

Permalink
Update grpc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamranjan committed Nov 14, 2019
1 parent 5ef7b13 commit 60a9044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotnet-etcd/dotnet-etcd.csproj
Expand Up @@ -47,9 +47,9 @@ Advanced uses take advantage of the consistency guarantees to implement database

<ItemGroup>
<PackageReference Include="DnsClient" Version="1.2.0" />
<PackageReference Include="Google.Protobuf" Version="3.10.0" />
<PackageReference Include="Grpc.Core" Version="2.24.0" />
<PackageReference Include="Grpc.Tools" Version="2.24.0">
<PackageReference Include="Google.Protobuf" Version="3.10.1" />
<PackageReference Include="Grpc.Core" Version="2.25.0" />
<PackageReference Include="Grpc.Tools" Version="2.25.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 60a9044

Please sign in to comment.