Skip to content

Commit

Permalink
Cleanup NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Jul 11, 2017
1 parent b4b9ada commit e1599eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions NuGet.config
Expand Up @@ -2,10 +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" />
<!-- Todo Remove this after https://github.com/aspnet/CoreCLR/issues/180 is closed. -->
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
</packageSources>
</packageSources>
</configuration>

0 comments on commit e1599eb

Please sign in to comment.