This repository was archived by the owner on Dec 18, 2017. It is now read-only.
File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Set-Variable -Option Constant "CommandFriendlyName" ".NET Version Manager"
83
83
Set-Variable - Option Constant " DefaultUserDirectoryName" " .dnx"
84
84
Set-Variable - Option Constant " OldUserDirectoryNames" @ (" .kre" , " .k" )
85
85
Set-Variable - Option Constant " RuntimePackageName" " dnx"
86
- Set-Variable - Option Constant " DefaultFeed" " https://www.myget .org/F/aspnetrelease /api/v2"
86
+ Set-Variable - Option Constant " DefaultFeed" " https://www.nuget .org/api/v2"
87
87
Set-Variable - Option Constant " CrossGenCommand" " k-crossgen"
88
88
Set-Variable - Option Constant " CommandPrefix" " dnvm-"
89
89
Set-Variable - Option Constant " DefaultArchitecture" " x86"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ _DNVM_RUNTIME_SHORT_NAME="DNX"
10
10
_DNVM_RUNTIME_FOLDER_NAME=" .dnx"
11
11
_DNVM_COMMAND_NAME=" dnvm"
12
12
_DNVM_VERSION_MANAGER_NAME=" .NET Version Manager"
13
- _DNVM_DEFAULT_FEED=" https://www.myget .org/F/aspnetrelease /api/v2"
13
+ _DNVM_DEFAULT_FEED=" https://www.nuget .org/api/v2"
14
14
_DNVM_HOME_VAR_NAME=" DNX_HOME"
15
15
16
16
[ " $_DNVM_BUILDNUMBER " = " {{*" ] && _DNVM_BUILDNUMBER=" HEAD"
You can’t perform that action at this time.
0 commit comments