diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 00e3dfa..3c19818 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -21,7 +21,7 @@
]
},
"demaconsulting.sarifmark": {
- "version": "1.3.0",
+ "version": "1.3.2",
"commands": [
"sarifmark"
]
diff --git a/src/DemaConsulting.TemplateDotNetTool/DemaConsulting.TemplateDotNetTool.csproj b/src/DemaConsulting.TemplateDotNetTool/DemaConsulting.TemplateDotNetTool.csproj
index 4b5e37f..0e3b6e6 100644
--- a/src/DemaConsulting.TemplateDotNetTool/DemaConsulting.TemplateDotNetTool.csproj
+++ b/src/DemaConsulting.TemplateDotNetTool/DemaConsulting.TemplateDotNetTool.csproj
@@ -54,7 +54,7 @@
-
+
@@ -65,7 +65,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.TemplateDotNetTool.Tests/DemaConsulting.TemplateDotNetTool.Tests.csproj b/test/DemaConsulting.TemplateDotNetTool.Tests/DemaConsulting.TemplateDotNetTool.Tests.csproj
index 1325456..03bcadf 100644
--- a/test/DemaConsulting.TemplateDotNetTool.Tests/DemaConsulting.TemplateDotNetTool.Tests.csproj
+++ b/test/DemaConsulting.TemplateDotNetTool.Tests/DemaConsulting.TemplateDotNetTool.Tests.csproj
@@ -29,7 +29,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
@@ -45,7 +45,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