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 9532e83 Updated NuGet package
9532e83 is described below
commit 9532e831a7552a7769808847f85a9052db437f69
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu Jul 17 08:00:39 2025 +0200
Updated NuGet package
---
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 8516123..ada1deb 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -30,7 +30,7 @@
<PackageReference Include="Testcontainers.Pulsar" Version="4.6.0" />
<PackageReference Include="ToxiproxyNetCore" Version="1.0.40" />
<PackageReference Include="xunit" Version="2.9.3" />
- <PackageReference Include="xunit.runner.visualstudio" Version="3.1.2">
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.1.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>