Skip to content

Commit

Permalink
Fix issue that VS is not able to run .NET Framework unit tests anymor…
Browse files Browse the repository at this point in the history
…e - workaround: downgrade MSTest

microsoft/testfx#4426
  • Loading branch information
jbe2277 committed Jan 6, 2025
1 parent cd633f8 commit c7a9c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/System.Waf/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Unit tests -->
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.7.0" />
<PackageVersion Include="MSTest.TestFramework" Version="3.7.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.4" />
</ItemGroup>
</Project>

0 comments on commit c7a9c66

Please sign in to comment.