Skip to content

[NETSDKE2E][MAC] The version of .NET core runtimes display x64 in dotnet-core-uninstall list when installing one arm64 runtime on M1 #297

@v-xiaofchen

Description

@v-xiaofchen

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

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
image
Dotnet --info after install the 8.0.4 osx-arm64 runtime
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions