Today I installed VS 2015 on Windows 7 x64. Mainly to test new .Net Core features and etc. And for test I created new C# \"Console Application (Package)\" solution and got t
try
dnvm update-self dnvm install -u -r clr -OS win -a x86 beta5 -ngen
important are the -u parameter (unstable) and the beta5 version string.
-u
beta5