Please add support for .NET 8.0
% ./dotnet-core-uninstall --version
1.6.0
% sudo ./dotnet-core-uninstall remove --sdk 8.0.100
Uninstallation not allowed. This tool cannot uninstall .NET Core SDKs with version 8.0.0 or above.
% sudo ./dotnet-core-uninstall remove --runtime 8.0.0
Uninstallation not allowed. This tool cannot uninstall .NET Core SDKs with version 8.0.0 or above.
+1
+1
+1
+1
Documentation still points to this tool as the only alternative to removing old .NET runtimes and SDKs. https://learn.microsoft.com/en-us/dotnet/core/install/remove-runtime-sdk-versions?pivots=os-macos https://github.com/dotnet/core/issues/1202
Duplicates https://github.com/dotnet/cli-lab/issues/273 ?
Running into this also +1
We've now released a new version of the tool that supports managing .NET 8 installs. Please see the release notes for more details!