aspnet / dnvm

OBSOLETE - see readme
Other
174 stars 61 forks source link

dnvm update-self exception and 404 Not Found #520

Closed HolyHorseman closed 7 years ago

HolyHorseman commented 7 years ago

Dear all, Sometime ago I updated .NET Core SDK to version 1.1.0(preview2-1-003177). When I run "dnvm update-self" in command prompt as administrator today, the result shown: image

However, it is work well before updated. Does anybody know how to fix it? Now my environment is as below:

  1. Windows 10.0.10586
  2. Microsoft .NET Core Shared Framework Host Version : 1.1.0 Build : 928f77c4bc3f49d892459992fb6e1d5542cb5e86
  3. .NET Version Manager v1.0.0-rc2-15546 Current feed settings: Default Stable: https://www.nuget.org/api/v2 Default Unstable: https://www.myget.org/F/aspnetvnext/api/v2 Current Stable Override: Current Unstable Override:

Thanks, all.

BrennanConroy commented 7 years ago

DNVM isn't used anymore, it was for handling dnx versions, you are using dotnet now

HolyHorseman commented 7 years ago

Thank you, @BrennanConroy. After updated .NET Core 1.0.0, I had used dotnet, but dnvm also was used at that time. So this caused me the question. I am clear now.

On the other hand, how to update .NET Core version? I can't find out a dotnet command. In fact I like using dnvm to manage version. Now I only download directly from website. ╮(╯-╰)╭