dotnet / cli-lab

A guided tool will be provided to enable the controlled clean up of a system such that only the desired versions of the Runtime and SDKs remain.
MIT License
625 stars 56 forks source link

Produce Arm64 version for Apple M1 machine #270

Open richlander opened 1 year ago

richlander commented 1 year ago

The current release requires that Rosetta is installed. Not everyone does that. Also, the download really should have the processor arch in it.

https://github.com/dotnet/cli-lab/releases

@coolcsh

jrdodds commented 1 year ago

dotnet-core-uninstall should be a universal binary.

The last Intel based mac model in Apple's product line was replaced in June 2023. All current models are using Apple Silicon chips.

jrdodds commented 1 year ago

Related #256