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 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
11- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.10.4 " />
12- <PackageReference Include =" MSTest.TestFramework" Version =" 3.10.5 " />
10+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.0 " />
11+ <PackageReference Include =" MSTest.TestAdapter" Version =" 4.0.1 " />
12+ <PackageReference Include =" MSTest.TestFramework" Version =" 4.0.1 " />
1313 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
1414 <PrivateAssets >all</PrivateAssets >
1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments