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 d04e356 commit 9ea52abCopy full SHA for 9ea52ab
tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="MSTest.Sdk/3.7.3">
2
3
<PropertyGroup>
4
<TargetFramework>net9.0</TargetFramework>
@@ -23,11 +23,6 @@
23
<EnableNETAnalyzers>false</EnableNETAnalyzers>
24
</PropertyGroup>
25
26
- <ItemGroup>
27
- <PackageReference Include="MSTest" Version="3.*" />
28
- <PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.*" />
29
- </ItemGroup>
30
-
31
<ItemGroup>
32
<ProjectReference Include="..\..\src\PolylineAlgorithm\PolylineAlgorithm.csproj" />
33
</ItemGroup>
0 commit comments