macOS Setup .NET SDK

Kevin FOO
Jan 23, 2025

--

Go to https://dotnet.microsoft.com/en-us/download to download the setup file. I personally prefer the LTS version, so I had chosen .NET 8.0.

Once installation completed, install the EF Core tools globally. The list of versions can be found at https://www.nuget.org/packages/dotnet-ef/8.0.12#versions-body-tab

# install latest version
dotnet tool install --global dotnet-ef

# uninstall
dotnet tool uninstall --global dotnet-ef

# install specific version
dotnet tool install --global dotnet-ef --version 8.0.12

# verify installation
dotnet --version
dotnet-ef --version

< Back to all the stories I had written

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Kevin FOO
Kevin FOO

Written by Kevin FOO

A software engineer, a rock climbing, inline skating enthusiast, a husband, a father.

No responses yet

Write a response