Skip to content

Commit

Permalink
remove nuget.org v2 feed, the v3 (faster) is already defined
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed May 25, 2016
1 parent ae4c37c commit 7c27eb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .nuget/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="myget.org dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />

</packageSources>
</configuration>
1 change: 0 additions & 1 deletion lkg/NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="myget.org dotnet-buildtools" value="https://www.myget.org/F/dotnet-buildtools/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />

</packageSources>
</configuration>

0 comments on commit 7c27eb8

Please sign in to comment.