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 47c63e2 Updated NuGet packages
47c63e2 is described below
commit 47c63e25803ff0c897d698707c0b81bc0a790c1c
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Tue Dec 17 12:11:09 2024 +0100
Updated NuGet packages
---
benchmarks/Compression/Compression.csproj | 2 +-
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/benchmarks/Compression/Compression.csproj
b/benchmarks/Compression/Compression.csproj
index 7efceda..373d793 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -17,7 +17,7 @@
<PackageReference Include="IronSnappy" Version="1.3.1" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="ZstdNet" Version="1.4.5" />
- <PackageReference Include="ZstdSharp.Port" Version="0.8.3" />
+ <PackageReference Include="ZstdSharp.Port" Version="0.8.4" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 905cf95..b43e51f 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -27,9 +27,12 @@
<PackageReference Include="Testcontainers.Pulsar" Version="4.1.0" />
<PackageReference Include="ToxiproxyNetCore" Version="1.0.35" />
<PackageReference Include="xunit" Version="2.9.2" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
+ <PrivateAssets>all</PrivateAssets>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
+ </PackageReference>
<PackageReference Include="ZstdNet" Version="1.4.5" />
- <PackageReference Include="ZstdSharp.Port" Version="0.8.3" />
+ <PackageReference Include="ZstdSharp.Port" Version="0.8.4" />
</ItemGroup>
<ItemGroup>