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 116e337 Updated NuGet packages
116e337 is described below
commit 116e3377655fef48d0b96fb0d017131393be3ba6
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Tue Aug 23 12:50:52 2022 +0200
Updated NuGet packages
---
src/DotPulsar/DotPulsar.csproj | 2 +-
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 3bf1148..ad27b89 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="HashDepot" Version="2.0.3" />
- <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="6.0.7" />
+ <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="6.0.8" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"
PrivateAssets="All" />
<PackageReference Include="protobuf-net" Version="3.1.17" />
<PackageReference Include="System.IO.Pipelines" Version="6.0.3" />
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 0966a4f..84d3a4a 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -12,7 +12,7 @@
<PackageReference Include="IronSnappy" Version="1.3.0" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.2.16" />
<PackageReference Include="NSubstitute" Version="4.4.0" />
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
@@ -23,7 +23,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ZstdNet" Version="1.4.5" />
- <PackageReference Include="ZstdSharp.Port" Version="0.6.2" />
+ <PackageReference Include="ZstdSharp.Port" Version="0.6.3" />
</ItemGroup>
<ItemGroup>