Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Cleanup NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Jun 28, 2017
1 parent 0c6460a commit 65d814b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NuGet.config
Expand Up @@ -2,8 +2,7 @@
<configuration>
<packageSources>
<clear />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 65d814b

Please sign in to comment.