File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
tests/PolylineAlgorithm.Tests Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 22
22
</PropertyGroup >
23
23
24
24
<ItemGroup >
25
+ <PackageReference Include =" MSTest" Version =" 3.*" />
25
26
<PackageReference Include =" Microsoft.CodeCoverage" Version =" 17.*" />
26
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.*" />
27
- <PackageReference Include =" MSTest.Analyzers" Version =" 3.*" >
28
- <PrivateAssets >all</PrivateAssets >
29
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
30
- </PackageReference >
31
- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.*" />
32
- <PackageReference Include =" MSTest.TestFramework" Version =" 3.*" />
33
27
<PackageReference Include =" Microsoft.Testing.Extensions.CodeCoverage" Version =" 17.*" />
34
28
</ItemGroup >
35
29
You can’t perform that action at this time.
0 commit comments