Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit a7a6242

Browse files
author
Praburaj
committed
Renaming Nuget.org feed key name to Nuget.
fixes aspnet/Universe#174
1 parent 894a14b commit a7a6242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NuGet.Config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<configuration>
33
<packageSources>
44
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
5-
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
5+
<add key="NuGet" value="https://nuget.org/api/v2/" />
66
</packageSources>
7-
</configuration>
7+
</configuration>

0 commit comments

Comments
 (0)