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 5fef652 commit ddbff07Copy full SHA for ddbff07
test/coverlet.core.coverage.tests/coverlet.core.coverage.tests.csproj
@@ -1,10 +1,11 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<Import Project="$(RepoRoot)src\coverlet.msbuild.tasks\coverlet.msbuild.props" />
3
4
<PropertyGroup>
5
<TargetFramework>net8.0</TargetFramework>
6
<OutputType>Exe</OutputType>
7
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
8
+ <TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
9
<IsPackable>false</IsPackable>
10
<IsTestProject>true</IsTestProject>
11
<NoWarn>$(NoWarn);CS8002</NoWarn>
0 commit comments