Open v-xiaofchen opened 6 months ago
Another similarly issue, when install 8.0.4 (osx-x64) + 8.0.204(osx-arm64) on M1, reductant "Microsoft .NET Core Runtime 8.0.4(x64)" displays during 'dotnet-core-uninstall remove --runtime --all --force' output.
Still repro on dotnet-core-uninstalll tool 1.7.550802
To Reproduce 1.Prepare a clean M1 2.install dotnet-core-uninstall(1.7.0) from tar
4.Install 8.0.4 osx-arm64 runtime from https://dotnet.microsoft.com/en-us/download/dotnet/8.0
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