Add feeds for Roslyn and CoreFx
This commit is contained in:
parent
bda850187d
commit
87c5384390
|
|
@ -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>
|
||||
Loading…
Reference in New Issue