Skip to content

Commit

Permalink
Replaced multiple testing related packages with the MSTest meta package
Browse files Browse the repository at this point in the history
  • Loading branch information
ndsvw authored Feb 1, 2024
1 parent d0c6a75 commit edf8ea5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FluentRandomPicker.Tests/FluentRandomPicker.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<!-- MsTest is a meta package and the recommended way to reference all recommended MSTest packages -->
<PackageReference Include="MSTest" Version="3.2.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit edf8ea5

Please sign in to comment.