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 3b73896  Updated NuGet packages
3b73896 is described below

commit 3b73896970184c1a2b9dc15efb6011cee07aea60
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu Jan 11 12:54:00 2024 +0100

    Updated NuGet packages
---
 src/DotPulsar/DotPulsar.csproj               | 2 +-
 tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 72feb37..654cf3f 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -24,7 +24,7 @@
   
   <ItemGroup>
     <PackageReference Include="HashDepot" Version="2.0.3" />
-    <PackageReference Include="Microsoft.Extensions.ObjectPool" 
Version="8.0.0" />
+    <PackageReference Include="Microsoft.Extensions.ObjectPool" 
Version="8.0.1" />
     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" 
PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; 
analyzers; buildtransitive" />
     <PackageReference Include="protobuf-net" Version="3.2.30" />
     <PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj 
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 038df91..010d054 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
     <TargetFramework>net8.0</TargetFramework>
@@ -24,9 +24,9 @@
     <PackageReference Include="K4os.Compression.LZ4" Version="1.3.6" />
     <PackageReference Include="NSubstitute" Version="5.1.0" />
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
-    <PackageReference Include="Testcontainers" Version="3.6.0" />
+    <PackageReference Include="Testcontainers" Version="3.7.0" />
     <PackageReference Include="ToxiproxyNetCore" Version="1.0.35" />
-    <PackageReference Include="xunit" Version="2.6.4" />
+    <PackageReference Include="xunit" Version="2.6.5" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; 
buildtransitive</IncludeAssets>

Reply via email to