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 10, 2017
1 parent 547dafb commit cf4ec9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<add key="automatic" value="False" />
</packageRestore>
<packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
<clear />
<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" />
<add key="AspNetCore-Patch" value="https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit cf4ec9c

Please sign in to comment.