Skip to content

Commit c1692fb

Browse files
author
Petr Sramek
committed
added package references
1 parent 2db6ae7 commit c1692fb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
<EnableNETAnalyzers>false</EnableNETAnalyzers>
2222
</PropertyGroup>
2323

24+
<ItemGroup>
25+
<PackageReference Include="Microsoft.CodeCoverage" Version="17.*" />
26+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
27+
<PackageReference Include="MSTest.Analyzers" Version="3.*">
28+
<PrivateAssets>all</PrivateAssets>
29+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
30+
</PackageReference>
31+
<PackageReference Include="MSTest.TestAdapter" Version="3.*" />
32+
<PackageReference Include="MSTest.TestFramework" Version="3.*" />
33+
</ItemGroup>
34+
2435
<ItemGroup>
2536
<ProjectReference Include="..\..\src\PolylineAlgorithm\PolylineAlgorithm.csproj" />
2637
</ItemGroup>

0 commit comments

Comments
 (0)