Skip to content

Commit 9ea52ab

Browse files
author
Petr Sramek
committed
fix
1 parent d04e356 commit 9ea52ab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="MSTest.Sdk/3.7.3">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
@@ -23,11 +23,6 @@
2323
<EnableNETAnalyzers>false</EnableNETAnalyzers>
2424
</PropertyGroup>
2525

26-
<ItemGroup>
27-
<PackageReference Include="MSTest" Version="3.*" />
28-
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.*" />
29-
</ItemGroup>
30-
3126
<ItemGroup>
3227
<ProjectReference Include="..\..\src\PolylineAlgorithm\PolylineAlgorithm.csproj" />
3328
</ItemGroup>

0 commit comments

Comments
 (0)