File tree Expand file tree Collapse file tree 4 files changed +0
-9
lines changed
coverlet.integration.tests
coverlet.msbuild.tasks.tests Expand file tree Collapse file tree 4 files changed +0
-9
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 >
10
8
</PropertyGroup >
11
9
12
10
<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 >
9
7
<IsTestProject >true</IsTestProject >
10
8
<IsPackable >false</IsPackable >
11
9
<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 >
11
9
</PropertyGroup >
12
10
13
11
<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 >
12
9
</PropertyGroup >
13
10
14
11
<ItemGroup >
You can’t perform that action at this time.
0 commit comments