We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c94d2 commit d04e356Copy full SHA for d04e356
.github/workflows/dotnet.yml
@@ -48,4 +48,4 @@ jobs:
48
path: .
49
merge-multiple: true
50
- name: Test
51
- run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"Code Coverage"
+ run: dotnet test --no-restore --no-build --configuration Release --verbosity normal
tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="MSTest.Sdk/3.7.3">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>net9.0</TargetFramework>
0 commit comments