I am working in Windows and want to build a dotnet core app on Windows to run on Linux. In the build folder, I see .DLL file references in the published folder, which would obviously not work on Linux - how do I compile the app from my Windows environment to run on Linux? Is it possible?
In the project.json file there is runtime versions specified, which I believe correlates to the runtimes in the C:\Program Files\dotnet\sdk\1.0.0-preview2-003121\runtimes location? If so, how do I get the Linux runtime installed in Windows and reference it?