c# - ASP.NET 5 Microsoft.Dnx.Runtime >= 1.0.0-rc2-16237 could not be resolved -
i have asp.net 5 solution working on desktop computer while, today tried running on laptop , can't solution open, either crashes after initializing or loads , gives "nu1001 dependency microsoft.dnx.runtime >= 1.0.0-rc2-16237 not resolved
1.0.0-rc2-16237 installed according dnvm list:
active version runtime architecture operatingsystem alias ------ ------- ------- ------------ --------------- ----- 1.0.0-beta5 clr x64 win 1.0.0-beta5 clr x86 win 1.0.0-beta5 coreclr x64 win 1.0.0-beta5 coreclr x86 win 1.0.0-rc1-final clr x64 win 1.0.0-rc1-final clr x86 win 1.0.0-rc1-final coreclr x64 win 1.0.0-rc1-final coreclr x86 win * 1.0.0-rc1-update1 clr x64 win 1.0.0-rc1-update1 clr x86 win 1.0.0-rc2-1635... 1.0.0-rc1-update1 coreclr x64 win 1.0.0-rc1-update1 coreclr x86 win 1.0.0-rc2-16357 coreclr x64 win
however when try "dnvm use 1.0.0-rc2-16357" "cannot find dnx-clr-win-x86.1.0.0-rc2-16357, need run 'dnvm install 1.0.0-rc2-16357'?".
when running install command "there no runtimes matching name dnx-clr-win-x86 on feed https://www.nuget.org/api/v2."
in projects reference dnx 4.6
changing reference 1.0.0-rc1 1.0.0-rc2-16357 in project.json fixed problem
Comments
Post a Comment