Skip to content

Commit

Permalink
COH-30813 Update .NET client dependencies to enable test results in x…
Browse files Browse the repository at this point in the history
…ml format - upgrade NUnit3TestAdapter to version 4.6.0

[git-p4: depot-paths = "//dev/main.net/": change = 111457]
  • Loading branch information
vasac committed Sep 18, 2024
1 parent ded9ba2 commit 270917b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Coherence.Pof.Tests/Coherence.Pof.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="TestCentric.Metadata" Version="2.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Coherence.Tests/Coherence.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.31" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="System.Text.Json" Version="6.0.9" />
<PackageReference Include="TestCentric.Metadata" Version="2.0.0" />
Expand Down

0 comments on commit 270917b

Please sign in to comment.