diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 59ff23bd..9cd1e38d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,21 +3,21 @@ "isRoot": true, "tools": { "fantomas": { - "version": "7.0.3", + "version": "7.0.5", "commands": [ "fantomas" ], "rollForward": false }, "pkgchk-cli": { - "version": "0.3.540", + "version": "0.3.569", "commands": [ "pkgchk" ], "rollForward": false }, "dotnet-reportgenerator-globaltool": { - "version": "5.4.13", + "version": "5.5.1", "commands": [ "reportgenerator" ], diff --git a/src/pkgchk-cli/pkgchk-cli.fsproj b/src/pkgchk-cli/pkgchk-cli.fsproj index 63c328fc..4167adbe 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 63feaf97..a749590c 100644 --- a/tests/pkgchk-cli.tests.integration/pkgchk-cli.tests.integration.fsproj +++ b/tests/pkgchk-cli.tests.integration/pkgchk-cli.tests.integration.fsproj @@ -23,14 +23,14 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + - + 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 f838eeb8..2546471d 100644 --- a/tests/pkgchk-cli.tests/pkgchk-cli.tests.fsproj +++ b/tests/pkgchk-cli.tests/pkgchk-cli.tests.fsproj @@ -30,14 +30,14 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all