Add feeds for Roslyn and CoreFx

This commit is contained in:
Troy Dai 2015-08-05 10:44:36 -07:00
parent bda850187d
commit 87c5384390
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
<add key="NuGet" value="https://nuget.org/api/v2/" />
<add key="Roslyn" value="https://www.myget.org/F/roslyn-nightly/" />
<add key="DotNet" value="https://www.myget.org/F/dotnet-corefx/" />
<add key="Autofac-Nightly-Feed" value="https://www.myget.org/F/autofac/api/v2/" />
</packageSources>
</configuration>