Where is the default .NET Core SDK path in MacOS

Daniel Teleginski Camargo picture Daniel Teleginski Camargo · Dec 13, 2016 · Viewed 15k times · Source

I've recently installed the .NET Core SDK for MacOS in order to create a demo application using the new JetBrains Rider EAP.

Project 'WebApi' load failed
Can't initialize DotNetCore: Please select  DotNet Core SDK path.
To get instructions how to setup visit https://www.microsoft.com/net/download/core

After the installation I tried to find the path to the DotNet Core SDK without success.

Any idea about the location of the .NET Core SDK?

Answer

Ivan Shakhov picture Ivan Shakhov · Dec 13, 2016

Try this path: /usr/local/share/dotnet/dotnet

It took some time to find it:

find / -name dotnet