Skip to content

Commit 687d2ef

Browse files
Updated Grpc.Tools
1 parent 812c2ff commit 687d2ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/Compression/Compression.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
1212
<PackageReference Include="Google.Protobuf" Version="3.35.0" />
13-
<PackageReference Include="Grpc.Tools" Version="2.80.0">
13+
<PackageReference Include="Grpc.Tools" Version="2.81.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>

src/DotPulsar/DotPulsar.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Google.Protobuf" Version="3.35.0" />
28-
<PackageReference Include="Grpc.Tools" Version="2.80.0">
28+
<PackageReference Include="Grpc.Tools" Version="2.81.0">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>

0 commit comments

Comments
 (0)