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.
625
stars
56
forks
source link
[NETSDKE2E]The items that will be removed is not displayed if we use the option "--all-lower-patches" and "--x64" together. #289
Open
vdanche opened 8 months ago
1.install dotnet-core-uninstall(1.7.515801) 2.install 8.0.100-preview.7.23376.3 SDK(x64) + 8.0.102 SDK(x86) 3.dotnet-core-uninstall list
4.Run dotnet-core-uninstall remove --all-lower-patches --sdk, we can see 8.0.100-preview.7.23376.3 SDK(x64) displayed.
Expected Result: we can see 8.0.100-preview.7.23376.3 SDK(x64) displayed.
Actual Result: 8.0.100-preview.7.23376.3 SDK(x64) is not displayed