We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf7d6b commit ee952bdCopy full SHA for ee952bd
1 file changed
tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj
@@ -17,6 +17,7 @@
17
<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>
18
<TestingExtensionsProfile>None</TestingExtensionsProfile>
19
<UseMicrosoftTestingPlatform>true</UseMicrosoftTestingPlatform>
20
+ <UseModernDotnetTest>true</UseModernDotnetTest>
21
</PropertyGroup>
22
23
<PropertyGroup>
@@ -32,7 +33,6 @@
32
33
34
<ItemGroup>
35
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
- <PackageReference Include="Microsoft.Testing.Extensions.VSTestBridge" Version="2.1.0" />
36
<PackageReference Include="MSTest" Version="4.1.0" />
37
<PackageReference Include="Microsoft.Testing.Platform.MSBuild" Version="2.1.0" />
38
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.5.2" />
0 commit comments