dotnet / cli-lab

A guided tool will be provided to enable the controlled clean up of a system such that only the desired versions of the Runtime and SDKs remain.
MIT License
620 stars 56 forks source link

Please add support for .NET 8.0 #276

Closed ww898 closed 6 months ago

ww898 commented 9 months ago
% ./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.
drconopoima commented 9 months ago

+1

luckyit-at commented 9 months ago

+1

kyurkchyan commented 9 months ago

+1

durandt commented 9 months ago

+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

jeroenhabets commented 8 months ago

Duplicates https://github.com/dotnet/cli-lab/issues/273 ?

OudomMunint commented 8 months ago

Running into this also +1

baronfel commented 6 months ago

We've now released a new version of the tool that supports managing .NET 8 installs. Please see the release notes for more details!