Skip to content

Commit

Permalink
Align GRPC package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jelledruyts committed Dec 4, 2024
1 parent 88062da commit b814bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebApp/InspectorGadget.WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Google.Protobuf" Version="3.29.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />
<!-- Grpc to call into SPIFFE Workload API -->
<PackageReference Include="Grpc.Tools" Version="2.68.1">
<PackageReference Include="Grpc.Tools" Version="2.67.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit b814bec

Please sign in to comment.