I developed a small MVC Core project on W10 and VS2017RC.
This works fine running Kestrel with dotnet run.
Now I would like to run the same server on Windows Server 2016 without any Visual Studio installed.
How to proceed ? What to install on the Server 2016 ?
dotnet command is not recognized there