2015-10-06 04:22:26 +00: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 13:53:47 +00:00
|
|
|
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
|
2015-10-06 04:22:26 +00:00
|
|
|
<add key="AspNetCIDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
|
2015-10-15 23:12:56 +00:00
|
|
|
<add key="roslyn-nightly" value="https://www.myget.org/F/roslyn-nightly/api/v3/index.json" />
|
2015-10-06 04:22:26 +00:00
|
|
|
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
|
|
</packageSources>
|
2015-10-15 19:18:45 +00:00
|
|
|
<activePackageSource>
|
|
|
|
<add key="AspNetCIDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
|
|
|
|
</activePackageSource>
|
2015-10-06 04:22:26 +00:00
|
|
|
</configuration>
|