Skip to content

Commit 2db6ae7

Browse files
author
Petr Sramek
committed
fix
1 parent 402f140 commit 2db6ae7

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSTest.Sdk">
1+
<Project Sdk="MSTest.Sdk/3.7.3">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
@@ -11,6 +11,7 @@
1111
<PropertyGroup>
1212
<IsPackable>false</IsPackable>
1313
<IsTestProject>true</IsTestProject>
14+
<TestingExtensionsProfile>Default</TestingExtensionsProfile>
1415
</PropertyGroup>
1516

1617
<PropertyGroup>
@@ -20,21 +21,6 @@
2021
<EnableNETAnalyzers>false</EnableNETAnalyzers>
2122
</PropertyGroup>
2223

23-
<ItemGroup>
24-
<PackageReference Include="Microsoft.CodeCoverage" Version="17.*" />
25-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
26-
<PackageReference Include="MSTest.Analyzers" Version="3.*">
27-
<PrivateAssets>all</PrivateAssets>
28-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
29-
</PackageReference>
30-
<PackageReference Include="MSTest.TestAdapter" Version="3.*" />
31-
<PackageReference Include="MSTest.TestFramework" Version="3.*" />
32-
<PackageReference Include="coverlet.collector" Version="6.*">
33-
<PrivateAssets>all</PrivateAssets>
34-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
35-
</PackageReference>
36-
</ItemGroup>
37-
3824
<ItemGroup>
3925
<ProjectReference Include="..\..\src\PolylineAlgorithm\PolylineAlgorithm.csproj" />
4026
</ItemGroup>

0 commit comments

Comments
 (0)