We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f215d5a commit 8b2f9e8Copy full SHA for 8b2f9e8
docs/core/testing/snippets/unit-testing-using-mstest/csharp/PrimeService.Tests/PrimeService.Tests.csproj
@@ -7,7 +7,7 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
12
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
13
<PackageReference Include="coverlet.collector" Version="6.0.2">
0 commit comments