diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f7965af..51145f0 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -27,7 +27,7 @@ ] }, "demaconsulting.sarifmark": { - "version": "1.3.0", + "version": "1.3.2", "commands": [ "sarifmark" ] diff --git a/src/DemaConsulting.ReqStream/DemaConsulting.ReqStream.csproj b/src/DemaConsulting.ReqStream/DemaConsulting.ReqStream.csproj index c5b7bdb..e1aee03 100644 --- a/src/DemaConsulting.ReqStream/DemaConsulting.ReqStream.csproj +++ b/src/DemaConsulting.ReqStream/DemaConsulting.ReqStream.csproj @@ -49,14 +49,14 @@ - + - + @@ -67,7 +67,7 @@ in packages that consume this tool. - IncludeAssets lists all asset types (including 'analyzers' and 'buildtransitive') to ensure Roslyn analyzers and MSBuild targets are fully activated during the build. --> - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/DemaConsulting.ReqStream.Tests/DemaConsulting.ReqStream.Tests.csproj b/test/DemaConsulting.ReqStream.Tests/DemaConsulting.ReqStream.Tests.csproj index fc016fc..894946e 100644 --- a/test/DemaConsulting.ReqStream.Tests/DemaConsulting.ReqStream.Tests.csproj +++ b/test/DemaConsulting.ReqStream.Tests/DemaConsulting.ReqStream.Tests.csproj @@ -24,7 +24,7 @@ - PrivateAssets="all" keeps this test-coverage tool out of any consuming project's dependencies. - IncludeAssets lists all asset types (including 'build' and 'buildtransitive') to ensure the data collector MSBuild targets are activated so coverage is collected during test runs. --> - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -40,7 +40,7 @@ in any project that references this test project. - IncludeAssets lists all asset types (including 'analyzers' and 'buildtransitive') to ensure Roslyn analyzers and MSBuild targets are fully activated during the build. --> - + all runtime; build; native; contentfiles; analyzers; buildtransitive