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
Starting in .NET 6, when installing a x64 version of .NET on a arm64 machine, it's installed to dotnet/x64 instead of directly into dotnet. I expect this is fine for uninstalling windows versions, but this will interfere with our logic for uninstalling on mac. We will need to test both scenarios and get them working.