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
If dnvm is recognised then you can issue the following command;
dnvm use 1.0.0-rc1-update1
this will ensure the clr/x86 version of DNX is added to your PATH.