File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/coverlet.msbuild.tasks
test/coverlet.msbuild.tasks.tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
5
+ <TargetFrameworks >netstandard2.0;net8.0 </TargetFrameworks >
6
6
<AssemblyTitle >coverlet.msbuild.tasks</AssemblyTitle >
7
7
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
8
8
<TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <!-- < Import Project="$(RepoRoot)src\coverlet.msbuild.tasks\coverlet.msbuild.props" /> -- >
2
+ <Import Project =" $(RepoRoot)src\coverlet.msbuild.tasks\coverlet.msbuild.props" />
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net8.0</TargetFrameworks >
5
5
<ImplicitUsings >enable</ImplicitUsings >
47
47
</None >
48
48
</ItemGroup >
49
49
50
- <!-- < Import Project="$(RepoRoot)src\coverlet.msbuild.tasks\coverlet.msbuild.targets" /> -- >
50
+ <Import Project =" $(RepoRoot)src\coverlet.msbuild.tasks\coverlet.msbuild.targets" />
51
51
</Project >
You can’t perform that action at this time.
0 commit comments