File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
tests/PolylineAlgorithm.Tests Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" MSTest.Sdk" >
1
+ <Project Sdk =" MSTest.Sdk/3.7.3 " >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net9.0</TargetFramework >
11
11
<PropertyGroup >
12
12
<IsPackable >false</IsPackable >
13
13
<IsTestProject >true</IsTestProject >
14
+ <TestingExtensionsProfile >Default</TestingExtensionsProfile >
14
15
</PropertyGroup >
15
16
16
17
<PropertyGroup >
20
21
<EnableNETAnalyzers >false</EnableNETAnalyzers >
21
22
</PropertyGroup >
22
23
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
-
38
24
<ItemGroup >
39
25
<ProjectReference Include =" ..\..\src\PolylineAlgorithm\PolylineAlgorithm.csproj" />
40
26
</ItemGroup >
You can’t perform that action at this time.
0 commit comments