1.install dotnet-core-uninstall(1.7.521001)
2.install 8.0.100-preview.7.23376.3 SDK(x64) + 8.0.204 SDK(arm64) + 8.0.100-preview.7.23376.3 SDK(x86)
3.Run dotnet-core-uninstall list, we can see three SDKs displayed.
4.Run dotnet-core-uninstall dry-run --all-lower-patches --sdk --force to check if all lower patches is displayed.
Expected Result:
We can see all lower patches displayed.
Actual Result:
All lower patches is not displayed.
1.install dotnet-core-uninstall(1.7.521001) 2.install 8.0.100-preview.7.23376.3 SDK(x64) + 8.0.204 SDK(arm64) + 8.0.100-preview.7.23376.3 SDK(x86) 3.Run
dotnet-core-uninstall list
, we can see three SDKs displayed. 4.Rundotnet-core-uninstall dry-run --all-lower-patches --sdk --force
to check if all lower patches is displayed.Expected Result: We can see all lower patches displayed.
Actual Result: All lower patches is not displayed.