diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 90a556e..5adc190 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -6,7 +6,22 @@ "version": "5.5.1", "commands": [ "reportgenerator" - ] + ], + "rollForward": false + }, + "dotnet-outdated-tool": { + "version": "4.6.9", + "commands": [ + "dotnet-outdated" + ], + "rollForward": false + }, + "coverlet.console": { + "version": "6.0.4", + "commands": [ + "coverlet" + ], + "rollForward": false } } } \ No newline at end of file diff --git a/Makefile b/Makefile index 69d15a8..5cde472 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ cover: build cover-report: - dotnet reportgenerator "-reports:**/coverage.net9.0.opencover.xml" "-targetdir:Coverage" + dotnet reportgenerator "-reports:**/coverage.net10.0.opencover.xml" "-targetdir:Coverage" clean: diff --git a/Publish-Release.ps1 b/Publish-Release.ps1 index 0f60b21..ea7e5ca 100644 --- a/Publish-Release.ps1 +++ b/Publish-Release.ps1 @@ -20,7 +20,7 @@ if ($RemovePrevNuPkg) { Write-Verbose "Removing previous NuPkg files" $projPaths | %{ write-host "" # separator - Remove-Item $_/bin/Release/*.nupkg + Remove-Item $_/bin/Release/*.nupkg -ErrorAction SilentlyContinue } } diff --git a/common.prod.props b/common.prod.props index 671ca45..adccdbf 100644 --- a/common.prod.props +++ b/common.prod.props @@ -14,7 +14,7 @@ Apache-2.0 README.md A few Extensions to .NET's System namespace we find useful. - Upgrade to net9.0 + Upgrade to net10.0 diff --git a/common.props b/common.props index c6ff34e..a6d7f63 100644 --- a/common.props +++ b/common.props @@ -12,7 +12,7 @@ AltaModa .NET Extensions - 4.2.0 + 10.0.0 true true diff --git a/common.test.props b/common.test.props index 6151841..3520be7 100644 --- a/common.test.props +++ b/common.test.props @@ -4,7 +4,7 @@ - net9.0 + net10.0