Skip to content

Commit

Permalink
Updating GRPC packages
Browse files Browse the repository at this point in the history
  • Loading branch information
slyons committed Oct 29, 2024
1 parent fe71a5d commit 1248fae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Spice/Spice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
<ItemGroup>
<PackageReference Include="Apache.Arrow" Version="16.1.0" />
<PackageReference Include="Apache.Arrow.Flight" Version="16.1.0" />
<PackageReference Include="Grpc.Net.Client.Web" Version="2.66.0" />
<PackageReference Include="Grpc.Core.Api" Version="2.66.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.66.0" />
<!--<PackageReference Include="Grpc.Net.Client.Web" Version="2.66.0" />-->
<PackageReference Include="Grpc.Net.Common" Version="2.66.0" />
<PackageReference Include="Polly" Version="8.4.0" />

<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Expand Down

0 comments on commit 1248fae

Please sign in to comment.