Skip to content

Commit

Permalink
NR: migrate xunit tests to xunit.v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Jan 1, 2025
1 parent 004316b commit 15a5b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NewsReader/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.v3" />
<PackageReference Include="xunit.runner.visualstudio" />
</ItemGroup>
</When>
Expand Down
2 changes: 1 addition & 1 deletion src/NewsReader/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Unit tests -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.v3" Version="1.0.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" />
<PackageVersion Include="System.Waf.UnitTesting.Core" Version="8.0.1" />
</ItemGroup>
Expand Down

0 comments on commit 15a5b3f

Please sign in to comment.