Add feeds for Roslyn

This commit is contained in:
Troy Dai 2015-08-05 12:01:13 -07:00
parent a0ef3ee814
commit e55bbe179b
1 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,7 @@
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
<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/" />
</packageSources>
</configuration>