Updating to AzureAD feed

This commit is contained in:
Pranav K 2015-09-30 11:29:58 -07:00
parent 5071084d78
commit ec8c0d87f1
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/aspnetcirelease/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/azureadwebstackrelease/api/v3/index.json" />
</packageSources>
</configuration>