winget
Would it be possible to remove the winget dependency on the sdk? I have dotnet 9 SDK installed, but the dependency forced an install of the dotnet 8 SDK. I realize I could use --skip-dependencies
, but I typically do a winget upgrade --all
and forget to add it.
1
vote