Where to find 'dnu' command in Windows

前端 未结 5 1593
醉酒成梦
醉酒成梦 2021-01-31 13:42

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

5条回答
  •  旧时难觅i
    2021-01-31 13:55

    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.

提交回复
热议问题