diff --git a/Directory.Packages.props b/Directory.Packages.props index cdf6d83a8..618348bbc 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -28,6 +28,7 @@ + diff --git a/src/coverlet.collector/coverlet.collector.csproj b/src/coverlet.collector/coverlet.collector.csproj index bbbf049fb..880b67a2e 100644 --- a/src/coverlet.collector/coverlet.collector.csproj +++ b/src/coverlet.collector/coverlet.collector.csproj @@ -18,6 +18,8 @@ true false + + true @@ -39,6 +41,10 @@ + + all + runtime; build; native; contentfiles; analyzers + @@ -69,5 +75,5 @@ - + diff --git a/src/coverlet.console/coverlet.console.csproj b/src/coverlet.console/coverlet.console.csproj index acd265d81..ada503195 100644 --- a/src/coverlet.console/coverlet.console.csproj +++ b/src/coverlet.console/coverlet.console.csproj @@ -6,6 +6,8 @@ coverlet true coverlet.console + + true @@ -25,6 +27,10 @@ + + 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 72f8f7c3c..e15adee36 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 + + true @@ -42,6 +44,10 @@ + + all + runtime; build; native; contentfiles; analyzers +