INSTALL STEPS
- Clean machine: Win11 x64 25h2 ENU
- Install
dotnetup tool: iwr https://aka.ms/dotnetup/get-dotnetup.ps1 | iex
Repro Steps
- Add dotnetup to the PATH in Current session.
- Install the latest preview release (11.0.100-preview.5) and daily build(11.0.100-preview.6) using following step:
dotnetup sdk install preview daily
- Then uninstall the daily SDK build
dotnetup sdk uninstall daily
- Run
dotnetup list to check the installed SDK
Note:
- This issue does not repro if I uninstall the preview build first.
Actual Result
If I uninstall the daily sdk build first, the 11.0.100-preview.5 SDK is removed, not the 11.0.100-preview.6 SDK.

INSTALL STEPS
dotnetuptool:iwr https://aka.ms/dotnetup/get-dotnetup.ps1 | iexRepro Steps
dotnetup sdk install preview dailydotnetup sdk uninstall dailydotnetup listto check the installed SDKNote:
Actual Result
If I uninstall the daily sdk build first, the 11.0.100-preview.5 SDK is removed, not the 11.0.100-preview.6 SDK.