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
At the moment I don't think you can do that sort of targeting. You'd have to remove 7.0.4 and the probably reinstall only the arm64 copy. Probably a good thing to support, e.g. someone had multiple x64 copies on an arm machine. but wants to only use the arm versions and remove all the x64 copies.
right, its kind of requirements to have both arm64 and x64 if you want to use LibraryManager CLI tool on mac.
Nowadays you cannot use libman without x64 aspnet/LibraryManager#708
So If we have to install alternative architecture, it would be nice to manage architectures too.
Speaking about workaround you proposed. Do you think that if I force remove 7.0.4 it will remove all architectures? Tbh I didn't try it yet.
My setup is MacOS 13.2.1. Installations looks like this
dotnet --info
dotnet-core-uninstall list
As you can see I have .NET Runtime for Arm64 and x64. But I cannot figure out how to remove
7.0.4 (x64)
only, but notarm64
.Is it possible to uninstall .NET Runtime of specific architecture?
The text was updated successfully, but these errors were encountered: