File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/core/testing/snippets/unit-testing-using-mstest/csharp/PrimeService.Tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
11
- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.8.3 " />
12
- <PackageReference Include =" MSTest.TestFramework" Version =" 3.8.3 " />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14 .0" />
11
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.9.0 " />
12
+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.9.0 " />
13
13
<PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments