This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 3d2891a Updated NuGet package
3d2891a is described below
commit 3d2891ad70ef81bb812a6ab12a8ceb0e625fa51e
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Apr 1 08:49:14 2026 +0200
Updated NuGet package
---
benchmarks/Compression/Compression.csproj | 2 +-
src/DotPulsar/DotPulsar.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/benchmarks/Compression/Compression.csproj
b/benchmarks/Compression/Compression.csproj
index 0331f67..49ea614 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
<PackageReference Include="Google.Protobuf" Version="3.34.1" />
- <PackageReference Include="Grpc.Tools" Version="2.78.0">
+ <PackageReference Include="Grpc.Tools" Version="2.80.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 2fb7e27..9a3be30 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -25,7 +25,7 @@
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.34.1" />
- <PackageReference Include="Grpc.Tools" Version="2.78.0">
+ <PackageReference Include="Grpc.Tools" Version="2.80.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>