Skip to content

Commit

Permalink
feat(grpc): upd gRPC and Protobuf libs
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Dec 6, 2023
1 parent ca4e92b commit 9ae1a1c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@
</ItemGroup>
<!--Grpc and protobuf libraries-->
<ItemGroup>
<PackageVersion Include="Grpc.Core.Api" Version="2.57.0" />
<PackageVersion Include="Grpc.Tools" Version="2.58.0" />
<PackageVersion Include="Google.Protobuf" Version="3.24.4" />
<PackageVersion Include="Grpc.Net.ClientFactory" Version="2.57.0" />
<PackageVersion Include="Grpc.Net.Client.Web" Version="2.57.0" />
<PackageVersion Include="Grpc.AspNetCore" Version="2.57.0" />
<PackageVersion Include="Grpc.AspNetCore.Server.Reflection" Version="2.57.0" />
<PackageVersion Include="Grpc.Core.Api" Version="2.59.0" />
<PackageVersion Include="Grpc.Tools" Version="2.59.0" />
<PackageVersion Include="Google.Protobuf" Version="3.25.1" />
<PackageVersion Include="Grpc.Net.ClientFactory" Version="2.59.0" />
<PackageVersion Include="Grpc.Net.Client.Web" Version="2.59.0" />
<PackageVersion Include="Grpc.AspNetCore" Version="2.59.0" />
<PackageVersion Include="Grpc.AspNetCore.Server.Reflection" Version="2.59.0" />
</ItemGroup>
<!--.NET 8 specific libraries-->
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
Expand Down

0 comments on commit 9ae1a1c

Please sign in to comment.