File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
coverlet.integration.tests
coverlet.msbuild.tasks.tests Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 5
5
<TargetFrameworks >net8.0</TargetFrameworks >
6
6
<IsPackable >false</IsPackable >
7
7
<OutputType >Exe</OutputType >
8
+ <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
9
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
8
10
</PropertyGroup >
9
11
10
12
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<TargetFramework >net8.0</TargetFramework >
6
6
<OutputType >Exe</OutputType >
7
+ <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
8
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
7
9
<IsTestProject >true</IsTestProject >
8
10
<IsPackable >false</IsPackable >
9
11
<NoWarn >$(NoWarn);CS8002</NoWarn >
Original file line number Diff line number Diff line change 6
6
<ManagePackageVersionsCentrally >false</ManagePackageVersionsCentrally >
7
7
<AppendTargetFrameworkToOutputPath >true</AppendTargetFrameworkToOutputPath >
8
8
<OutputType >Exe</OutputType >
9
+ <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
10
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
9
11
</PropertyGroup >
10
12
11
13
<ItemGroup >
Original file line number Diff line number Diff line change 6
6
<Nullable >enable</Nullable >
7
7
<IsTestProject >true</IsTestProject >
8
8
<IsPackable >false</IsPackable >
9
+ <OutputType >Exe</OutputType >
10
+ <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
11
+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
9
12
</PropertyGroup >
10
13
11
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments