Skip to content

Commit 1771e29

Browse files
author
Petr Sramek
committed
fix
1 parent a15da2b commit 1771e29

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tests/Directory.Build.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<EnableMSTestRunner>true</EnableMSTestRunner>
4+
</PropertyGroup>
5+
</Project>

tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="MSTest" Version="3.*" />
26-
<PackageReference Include="Microsoft.CodeCoverage" Version="17.*" />
2726
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.*" />
2827
</ItemGroup>
2928

0 commit comments

Comments
 (0)