diff --git a/Directory.Packages.props b/Directory.Packages.props index eba94e254..1fd9fda8f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -29,6 +29,7 @@ + diff --git a/src/coverlet.collector/coverlet.collector.csproj b/src/coverlet.collector/coverlet.collector.csproj index 7630bb845..8a0f12d77 100644 --- a/src/coverlet.collector/coverlet.collector.csproj +++ b/src/coverlet.collector/coverlet.collector.csproj @@ -18,6 +18,8 @@ true false + + $(TF_BUILD) @@ -40,6 +42,10 @@ + + all + runtime; build; native; contentfiles; analyzers + diff --git a/src/coverlet.console/coverlet.console.csproj b/src/coverlet.console/coverlet.console.csproj index 2a7181b18..c99bc39ae 100644 --- a/src/coverlet.console/coverlet.console.csproj +++ b/src/coverlet.console/coverlet.console.csproj @@ -6,6 +6,8 @@ coverlet true coverlet.console + + $(TF_BUILD) @@ -22,9 +24,13 @@ MIT git - + + + all + runtime; build; native; contentfiles; analyzers + diff --git a/src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj b/src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj index c04e823b0..e4e196896 100644 --- a/src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj +++ b/src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj @@ -19,6 +19,8 @@ true false $(NoWarn);NU5100;NU5129;NU5127 + + $(TF_BUILD) @@ -41,6 +43,10 @@ + + all + runtime; build; native; contentfiles; analyzers +