diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index a3f06a0..4633d90 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -27,13 +27,13 @@ ] }, "demaconsulting.sonarmark": { - "version": "1.2.0", + "version": "1.3.0", "commands": [ "sonarmark" ] }, "demaconsulting.reqstream": { - "version": "1.4.1", + "version": "1.5.0", "commands": [ "reqstream" ] @@ -45,13 +45,13 @@ ] }, "demaconsulting.versionmark": { - "version": "1.0.0", + "version": "1.1.0", "commands": [ "versionmark" ] }, "demaconsulting.reviewmark": { - "version": "0.1.0", + "version": "0.2.0", "commands": [ "reviewmark" ] diff --git a/src/TemplateDotNetLibrary/TemplateDotNetLibrary.csproj b/src/TemplateDotNetLibrary/TemplateDotNetLibrary.csproj index dae1df6..3a890c1 100644 --- a/src/TemplateDotNetLibrary/TemplateDotNetLibrary.csproj +++ b/src/TemplateDotNetLibrary/TemplateDotNetLibrary.csproj @@ -49,7 +49,7 @@ - + @@ -64,7 +64,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/TemplateDotNetLibrary.Tests/TemplateDotNetLibrary.Tests.csproj b/test/TemplateDotNetLibrary.Tests/TemplateDotNetLibrary.Tests.csproj index 7c43bc2..c22ff47 100644 --- a/test/TemplateDotNetLibrary.Tests/TemplateDotNetLibrary.Tests.csproj +++ b/test/TemplateDotNetLibrary.Tests/TemplateDotNetLibrary.Tests.csproj @@ -50,7 +50,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive