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 -->
|
2016-01-22 22:05:02 +00:00
|
|
|
<clear />
|
2016-01-28 00:03:00 +00:00
|
|
|
<add key="dotnet-core-rel" value="https://www.myget.org/F/dotnet-core-rel/api/v3/index.json" />
|
2015-11-11 20:43:49 +00:00
|
|
|
<add key="nugetbuild" value="https://www.myget.org/F/nugetbuild/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" />
|
2015-11-21 03:00:56 +00:00
|
|
|
<add key="dotnet-corefxlab" value="https://www.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
|
2015-10-20 20:27:56 +00:00
|
|
|
<add key="corefxlab" value="https://www.myget.org/F/netcore-package-prototyping/api/v3/index.json" />
|
2016-01-23 20:55:03 +00:00
|
|
|
<add key="corert" value="https://www.myget.org/F/dotnet/api/v3/index.json" />
|
2015-11-25 02:03:53 +00:00
|
|
|
<add key="dotnet-buildtools" value="https://www.myget.org/F/dotnet-buildtools/api/v3/index.json" />
|
2015-12-17 13:28:11 +00:00
|
|
|
<add key="fsharp-daily" value="https://www.myget.org/F/fsharp-daily/api/v3/index.json" />
|
2015-10-06 04:22:26 +00:00
|
|
|
</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>
|
2016-01-13 00:36:31 +00:00
|
|
|
<packageRestore>
|
|
|
|
<add key="enabled" value="False" />
|
|
|
|
<add key="automatic" value="False" />
|
|
|
|
</packageRestore>
|
2015-10-06 04:22:26 +00:00
|
|
|
</configuration>
|