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 0aab724 Updated NuGet packages
0aab724 is described below
commit 0aab724fc59343813a5f56ef577e17eee05a2df9
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Sep 18 22:47:59 2023 +0200
Updated NuGet packages
---
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index bdcaee5..cca9fba 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -16,8 +16,8 @@
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.6" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
- <PackageReference Include="xunit" Version="2.5.0" />
- <PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
+ <PackageReference Include="xunit" Version="2.5.1" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>