Skip to content

Commit ee952bd

Browse files
committed
fix for tests
1 parent 0cf7d6b commit ee952bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>
1818
<TestingExtensionsProfile>None</TestingExtensionsProfile>
1919
<UseMicrosoftTestingPlatform>true</UseMicrosoftTestingPlatform>
20+
<UseModernDotnetTest>true</UseModernDotnetTest>
2021
</PropertyGroup>
2122

2223
<PropertyGroup>
@@ -32,7 +33,6 @@
3233

3334
<ItemGroup>
3435
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
35-
<PackageReference Include="Microsoft.Testing.Extensions.VSTestBridge" Version="2.1.0" />
3636
<PackageReference Include="MSTest" Version="4.1.0" />
3737
<PackageReference Include="Microsoft.Testing.Platform.MSBuild" Version="2.1.0" />
3838
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.5.2" />

0 commit comments

Comments
 (0)