Skip to content

Commit

Permalink
Downgrade MSTest to increase compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriele-tomassetti committed Jun 11, 2024
1 parent 7b6806c commit d9480fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sharplasu.Tests/Strumenta.Sharplasu.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
</ItemGroup>

Expand Down

0 comments on commit d9480fa

Please sign in to comment.