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 5c01dbb Updated Microsoft.NET.Test.Sdk
5c01dbb is described below
commit 5c01dbbeec4989aaf42224b7a5ad13998e953b27
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Nov 20 14:25:00 2024 +0100
Updated Microsoft.NET.Test.Sdk
---
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 5423ee1..0144072 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -22,7 +22,7 @@
<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="Microsoft.NET.Test.Sdk" Version="17.11.1" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="Testcontainers" Version="4.0.0" />
<PackageReference Include="Testcontainers.Pulsar" Version="4.0.0" />