Skip to content

Commit aafc6a4

Browse files
committed
Update xunit
1 parent 2377fbc commit aafc6a4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
4040
<PackageVersion Include="YoloDev.Expecto.TestSdk" Version="0.15.5" />
4141
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
42-
<PackageVersion Include="xunit" Version="2.9.3" />
43-
<PackageVersion Include="xunit.core" Version="2.9.3" />
44-
<PackageVersion Include="xunit.analyzers" Version="1.26.0" />
42+
<PackageVersion Include="xunit.v3" Version="3.2.2" />
43+
<PackageVersion Include="xunit.v3.core" Version="3.2.2" />
44+
<PackageVersion Include="xunit.analyzers" Version="1.27.0" />
4545
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
4646
</ItemGroup>
4747
</Project>

tests/Rocksmith2014.XML.Tests/Rocksmith2014.XML.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
</PackageReference>
1313
<PackageReference Include="FluentAssertions" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" />
15-
<PackageReference Include="xunit" />
15+
<PackageReference Include="xunit.v3" />
1616
<PackageReference Include="xunit.analyzers">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
20-
<PackageReference Include="xunit.core" />
20+
<PackageReference Include="xunit.v3.core" />
2121
<PackageReference Include="xunit.runner.visualstudio">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)