diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index df60f44..4633d90 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -27,31 +27,31 @@ ] }, "demaconsulting.sonarmark": { - "version": "1.2.0", + "version": "1.3.0", "commands": [ "sonarmark" ] }, "demaconsulting.reqstream": { - "version": "1.4.1", + "version": "1.5.0", "commands": [ "reqstream" ] }, "demaconsulting.buildmark": { - "version": "0.4.0", + "version": "0.4.1", "commands": [ "buildmark" ] }, "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/DemaConsulting.FileAssert/DemaConsulting.FileAssert.csproj b/src/DemaConsulting.FileAssert/DemaConsulting.FileAssert.csproj index 8020f83..b790760 100644 --- a/src/DemaConsulting.FileAssert/DemaConsulting.FileAssert.csproj +++ b/src/DemaConsulting.FileAssert/DemaConsulting.FileAssert.csproj @@ -50,14 +50,14 @@ - + - + @@ -71,7 +71,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/DemaConsulting.FileAssert.Tests/DemaConsulting.FileAssert.Tests.csproj b/test/DemaConsulting.FileAssert.Tests/DemaConsulting.FileAssert.Tests.csproj index 2416fee..607566e 100644 --- a/test/DemaConsulting.FileAssert.Tests/DemaConsulting.FileAssert.Tests.csproj +++ b/test/DemaConsulting.FileAssert.Tests/DemaConsulting.FileAssert.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 @@ -49,7 +49,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive