I've created a very simple project in VS 2017 using the standard template ASP.NET Core Web Application (.Net Core) and edited the csproj per SCD recommendations in MS docs:
Adding this to the property group:
<OutputType>Exe</OutputType><TargetFramework>netcoreapp1.1</TargetFramework> <RuntimeIdentifiers>win10-x64;osx.10.11-x64</RuntimeIdentifiers> But, I can't get past 4 errors: Unable to resolve 'runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR (>= 1.1.1)' for '.NETCoreApp,Version=v1.1 (win10-x64)'. Unable to resolve 'runtime.win7-x64.Microsoft.NETCore.Jit (>= 1.1.1)' for '.NETCoreApp,Version=v1.1 (win10-x64)'. Unexpected dependency 'runtime.win7-x64.Microsoft.NETCore.Jit' with no version number. Precompile C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets line 154 Unexpected dependency 'runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR' with no version number. Precompile C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets line 154