If you're on a Mac with an Apple M1 or M2 chip, you need to install the Arm64 version of the SDK.
Check everything installed correctly
Once you've installed, open a new command prompt and run the following command:
Once you've installed, open a new terminal and run the following command:
Command prompt
dotnet --version
If the installation succeeded, you should see version 8.0.100 or higher outputted:
Command prompt
8.0.100
If everything looks good, select the Continue button below to go to the next step.
Got an error?
If you receive a 'dotnet' is not recognized as an internal or external command error, make sure you opened a new command prompt. If quickly restarting your machine doesn't resolve the issue, use the I ran into an issue button to get help fixing the problem.
Install and run upgrade-assistant
In your command prompt, run the following command to install the upgrade-assistant tool:
In your terminal, run the following commands to install the upgrade-assistant tool:
Command prompt
dotnet tool install -g upgrade-assistant
Installing this tool may fail if you've configured additional NuGet feed sources. Use the --ignore-failed-sources parameter to treat those failures as warnings instead of errors: