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
[NETSDKE2E][MAC] The version of .NET core runtimes are incorrect in dotnet-core-uninstall list when installing one arm SDK and one x64 runtime on M1
#295
Open
v-xiaofchen opened this issue
Apr 15, 2024
· 2 comments
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 are correct in dotnet-core-uninstall list when installing one arm SDK and one x64 runtime on M1.
Actual Result:
The version of .NET core runtimes are incorrect in dotnet-core-uninstall list when installing one arm SDK and one x64 runtime on M1
Install 8.0.3 osx-x64 and dotnet --info
Then install 8.0.204(osx-arm64) and observer the dotnet-core-uninstall list output
The version in dotnet-core-uninstall list is 8.0.4(x64) rather than 8.0.3(x64)
The text was updated successfully, but these errors were encountered:
Another scene, when install mac-x64 like 8.0.203(osx-x64) on M1,it only disply the version of .NET in dotnet-core-uninstall list output,,not show the version of .NET core runtimes, is it expected?
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.3 osx-x64 + 8.0.204(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 are correct in dotnet-core-uninstall list when installing one arm SDK and one x64 runtime on M1.
Actual Result:
The version of .NET core runtimes are incorrect in dotnet-core-uninstall list when installing one arm SDK and one x64 runtime on M1
Install 8.0.3 osx-x64 and dotnet --info
![image](https://private-user-images.githubusercontent.com/99376012/322680540-6a6836b3-16f6-40de-b727-6a3e1cabff4c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTc4MjgsIm5iZiI6MTczOTUxNzUyOCwicGF0aCI6Ii85OTM3NjAxMi8zMjI2ODA1NDAtNmE2ODM2YjMtMTZmNi00MGRlLWI3MjctNmEzZTFjYWJmZjRjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA3MTg0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTljNzQxNjRhODk0ODA2NWEyNGUxYWJmN2UxYWQ5OTJkMjYzZmM3Y2Q3OWU1ZGJkY2M2ZjQ4ZmU1MzM2Yjc2MDAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ls5UqHBeyqFlI_N7c7lb25zzvxysPfDB9cZyVXPGVzw)
![image](https://private-user-images.githubusercontent.com/99376012/322432434-74b40357-a1a9-483a-aff7-0d761692841e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTc4MjgsIm5iZiI6MTczOTUxNzUyOCwicGF0aCI6Ii85OTM3NjAxMi8zMjI0MzI0MzQtNzRiNDAzNTctYTFhOS00ODNhLWFmZjctMGQ3NjE2OTI4NDFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA3MTg0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk3MjNkZTNlMGQxMjkwMGJjMWZhMWIyMDE3ZGIyOWQyODZjZTkzMzgwZDAyNmU1MGZjYTgyOGE1ZjI0MTRhODUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.1qa0D6n5C1aCqzjCVGsu1iGtQtW0VbS2VjH0NjI4tTo)
Then install 8.0.204(osx-arm64) and observer the dotnet-core-uninstall list output
The version in dotnet-core-uninstall list is 8.0.4(x64) rather than 8.0.3(x64)
The text was updated successfully, but these errors were encountered: