Removing extraneous CoreCLR and Roslyn feeds from NuGet.config

This commit is contained in:
Pranav K 2015-10-15 11:29:59 -07:00
parent 027bc5c6b8
commit 68e4a0e666
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,5 @@
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="Roslyn" value="https://www.myget.org/F/roslyn-nightly/" />
<add key="DotNet" value="https://www.myget.org/F/dotnet-corefx/" />
</packageSources>
</configuration>