Merge remote-tracking branch 'origin/release' into dev

This commit is contained in:
Pranav K 2015-09-30 11:30:55 -07:00
commit f0d83bcbb5
1 changed files with 2 additions and 4 deletions

View File

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