I have recently installed Visual Studio 2015 RC. I\'m trying to figure out the new .NET Core thing...
Now I want to package my application and launch it. I wanted to pla
It should be in %userprofile%\.dnx\runtimes\\bin.
%userprofile%\.dnx\runtimes\\bin
If it is not on the path, run dnvm upgrade. If dnvm is not recognized, install it by following the instruction on the Home repo
dnvm upgrade
dnvm