Skip to content

Commit

Permalink
Update test package versions and add MSTest dependencies
Browse files Browse the repository at this point in the history
Updated Microsoft.NET.Test.Sdk to version 17.12.0 and xUnit to 2.9.2 for improved compatibility and performance. Deprecated Microsoft.CSharp and introduced MSTest.TestAdapter and MSTest.TestFramework at version 3.6.3 to enable MSTest capabilities.
  • Loading branch information
ivandrofly committed Nov 26, 2024
1 parent 254ea57 commit faaf775
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
<NoWarn>$(NoWarn);NU1507</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.0.0-preview-20190203-03" />
<PackageVersion Include="xunit" Version="2.4.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.1" />
<!-- <PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />-->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.3" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0-pre.49" />
</ItemGroup>
</Project>

0 comments on commit faaf775

Please sign in to comment.