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 14eb0bb Updated NuGet packages
14eb0bb is described below
commit 14eb0bbf641a57ec133715e76e0c3645d95897d7
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu May 2 12:50:18 2024 +0200
Updated NuGet packages
---
benchmarks/Compression/Compression.csproj | 2 +-
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/benchmarks/Compression/Compression.csproj
b/benchmarks/Compression/Compression.csproj
index b8b32bf..f441805 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -11,7 +11,7 @@
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
- <PackageReference Include="Grpc.Tools" Version="2.62.0">
+ <PackageReference Include="Grpc.Tools" Version="2.63.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index c222a7c..ed321e3 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -26,8 +26,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Testcontainers" Version="3.8.0" />
<PackageReference Include="ToxiproxyNetCore" Version="1.0.35" />
- <PackageReference Include="xunit" Version="2.7.1" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
+ <PackageReference Include="xunit" Version="2.8.0" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>