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?
Try this path: /usr/local/share/dotnet/dotnet
It took some time to find it:
find / -name dotnet