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

[git-p4: depot-paths = "//dev/main.net/": change = 111174]
  • Loading branch information
vasac committed Sep 9, 2024
1 parent a63cd20 commit 1be9587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Coherence.Pof.Tests/Coherence.Pof.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="TestCentric.Metadata" Version="2.0.0" />
<PackageReference Include="XunitXml.TestLogger" Version="4.0.254" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions tests/Coherence.Tests/Coherence.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<PackageReference Include="NUnit3TestAdapter" Version="3.17.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" />
<PackageReference Include="XunitXml.TestLogger" Version="4.0.254" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1be9587

Please sign in to comment.