diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index cc7b68bd..b63d4552 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,21 +3,21 @@ "isRoot": true, "tools": { "fantomas": { - "version": "7.0.2", + "version": "7.0.3", "commands": [ "fantomas" ], "rollForward": false }, "pkgchk-cli": { - "version": "0.3.480", + "version": "0.3.489", "commands": [ "pkgchk" ], "rollForward": false }, "dotnet-reportgenerator-globaltool": { - "version": "5.4.8", + "version": "5.4.11", "commands": [ "reportgenerator" ], diff --git a/src/pkgchk-cli/pkgchk-cli.fsproj b/src/pkgchk-cli/pkgchk-cli.fsproj index 0f186958..890aacd1 100644 --- a/src/pkgchk-cli/pkgchk-cli.fsproj +++ b/src/pkgchk-cli/pkgchk-cli.fsproj @@ -46,11 +46,11 @@ - + - - + + diff --git a/tests/pkgchk-cli.tests.integration/pkgchk-cli.tests.integration.fsproj b/tests/pkgchk-cli.tests.integration/pkgchk-cli.tests.integration.fsproj index bb92ef2d..0aa78d64 100644 --- a/tests/pkgchk-cli.tests.integration/pkgchk-cli.tests.integration.fsproj +++ b/tests/pkgchk-cli.tests.integration/pkgchk-cli.tests.integration.fsproj @@ -30,7 +30,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/pkgchk-cli.tests/pkgchk-cli.tests.fsproj b/tests/pkgchk-cli.tests/pkgchk-cli.tests.fsproj index ab8d64cc..3d6225ca 100644 --- a/tests/pkgchk-cli.tests/pkgchk-cli.tests.fsproj +++ b/tests/pkgchk-cli.tests/pkgchk-cli.tests.fsproj @@ -37,7 +37,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all