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 4060ad3 Updated NuGet packages
4060ad3 is described below
commit 4060ad36b85b5aede5535063a60ad322cc91b225
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Nov 18 15:38:24 2024 +0100
Updated NuGet packages
---
benchmarks/Compression/Compression.csproj | 2 +-
samples/Processing/Processing.csproj | 1 +
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 15 ++++-----------
3 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/benchmarks/Compression/Compression.csproj
b/benchmarks/Compression/Compression.csproj
index f181ec5..48538eb 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -18,7 +18,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.1" />
+ <PackageReference Include="ZstdSharp.Port" Version="0.8.2" />
</ItemGroup>
<ItemGroup>
diff --git a/samples/Processing/Processing.csproj
b/samples/Processing/Processing.csproj
index 1872b04..5c5759b 100644
--- a/samples/Processing/Processing.csproj
+++ b/samples/Processing/Processing.csproj
@@ -14,4 +14,5 @@
<ItemGroup>
<ProjectReference Include="..\..\src\DotPulsar\DotPulsar.csproj" />
</ItemGroup>
+
</Project>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 85aca73..5423ee1 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -5,7 +5,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
- <IsTestProject>true</IsTestProject>
<NoWarn>CA2012</NoWarn>
</PropertyGroup>
@@ -18,26 +17,20 @@
<ItemGroup>
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.18.1" />
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.1" />
+ <PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="IronSnappy" Version="1.3.1" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
- <PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
+ <PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="Testcontainers" Version="4.0.0" />
<PackageReference Include="Testcontainers.Pulsar" Version="4.0.0" />
<PackageReference Include="ToxiproxyNetCore" Version="1.0.35" />
<PackageReference Include="xunit" Version="2.9.2" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="coverlet.collector" Version="6.0.2">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
- </PackageReference>
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageReference Include="ZstdNet" Version="1.4.5" />
- <PackageReference Include="ZstdSharp.Port" Version="0.8.1" />
+ <PackageReference Include="ZstdSharp.Port" Version="0.8.2" />
</ItemGroup>
<ItemGroup>