You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this tool to remove unsupported versions , but choosing point versions is unintuitive as that version changes every month .
Is there a way, or can you add, so that one can say remove all except dotnet 6 and 8 as those are supported and remove the rest. Wildcard support would prob fix this with:
I'm trying to use this tool to remove unsupported versions , but choosing point versions is unintuitive as that version changes every month .
Is there a way, or can you add, so that one can say remove all except dotnet 6 and 8 as those are supported and remove the rest. Wildcard support would prob fix this with:
Dotnet-core-uninstall remove --all-but 8.0.* 6.0.* --hosting-bundle
The text was updated successfully, but these errors were encountered: