How to fix DNX/DNVM in Visual Studio 2015?

后端 未结 8 884
时光取名叫无心
时光取名叫无心 2020-12-01 06:02

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

8条回答
  •  天命终不由人
    2020-12-01 06:45

    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.

提交回复
热议问题