I\'m using Visual Studio 2015 Enterprise Edition and created simple Asp.net5 application. When I try to debug I\'m getting this error.
The Dnx Runtime packag
I tried accepted answer but no avail. I solved by typing below script in command prompt.
dnvm install 1.0.0-rc1-update1 -f
And I reloaded project and the problem solved.