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
To Reproduce
1.Prepare a clean M1
2.install dotnet-core-uninstall(1.7.0) from tar
3. Use the following commands to install the tool:
mkdir -p ~/dotnet-core-uninstall
tar -zxvf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstall
cd ~/dotnet-core-uninstall
./dotnet-core-uninstall list
Expected Result:
The version of .NET core runtimes should display arm64 in dotnet-core-uninstall list when installing one arm64 runtime on M1.
Actual Result:
The version of .NET core runtimes display x64 in dotnet-core-uninstall list when installing one arm64 runtime on M1
Dotnet --info after install the 8.0.4 osx-arm64 runtime
The text was updated successfully, but these errors were encountered:
To Reproduce
1.Prepare a clean M1
2.install dotnet-core-uninstall(1.7.0) from tar
3. Use the following commands to install the tool:
4.Install 8.0.4 osx-arm64 runtime from https://dotnet.microsoft.com/en-us/download/dotnet/8.0
5. Run "./dotnet-core-uninstall list"
6.check the output of dotnet-core-uninstall list
Expected Result:
The version of .NET core runtimes should display arm64 in dotnet-core-uninstall list when installing one arm64 runtime on M1.
Actual Result:
The version of .NET core runtimes display x64 in dotnet-core-uninstall list when installing one arm64 runtime on M1
Dotnet --info after install the 8.0.4 osx-arm64 runtime
The text was updated successfully, but these errors were encountered: