Install .Netcore:
https://www.microsoft.com/net/core#macos
http://www.hanselman.com/blog/SelfcontainedNETCoreApplications.aspx
This gives a better intro
dotnet restore
dotnet build
dotnet publish -c release
bin/release/netcoreapp1.1/osx.10.11-x64/dotnetcore
Should output
$ bin/release/netcoreapp1.1/osx.10.11-x64/dotnetcore
Hello World!