2015-10-05 21:22:26 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
|
|
|
<clear />
|
2015-10-18 06:53:47 -07:00
|
|
|
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
|
2015-11-11 12:43:49 -08:00
|
|
|
<add key="nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" />
|
2015-10-05 21:22:26 -07:00
|
|
|
<add key="AspNetCIDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
|
2015-10-15 16:12:56 -07:00
|
|
|
<add key="roslyn-nightly" value="https://www.myget.org/F/roslyn-nightly/api/v3/index.json" />
|
2015-10-05 21:22:26 -07:00
|
|
|
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2015-10-20 13:27:56 -07:00
|
|
|
<add key="corefxlab" value="https://www.myget.org/F/netcore-package-prototyping/api/v3/index.json" />
|
2015-10-05 21:22:26 -07:00
|
|
|
</packageSources>
|
2015-10-15 12:18:45 -07:00
|
|
|
<activePackageSource>
|
|
|
|
<add key="AspNetCIDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
|
|
|
|
</activePackageSource>
|
2015-10-05 21:22:26 -07:00
|
|
|
</configuration>
|