2015-08-20 04:03:39 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageRestore>
|
|
|
|
<add key="enabled" value="True" />
|
|
|
|
</packageRestore>
|
2017-05-10 20:37:58 +03:00
|
|
|
<!-- The commented out feeds were failing on non windows restore. Restore seems to finish successfully without them.
|
2016-04-05 06:54:51 +03:00
|
|
|
Should be removed if restore does not regress-->
|
2015-08-20 04:03:39 +03:00
|
|
|
<packageSources>
|
2015-10-08 01:56:21 +03:00
|
|
|
<clear />
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2016-03-04 21:22:27 +03:00
|
|
|
<add key="nuget.org v2" value="https://nuget.org/api/v2/" />
|
2017-01-07 03:40:36 +03:00
|
|
|
<add key="myget.org roslyn nightly" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
|
2016-02-20 02:50:58 +03:00
|
|
|
<add key="dotnet.myget.org buildtools v3" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
|
2016-04-05 06:54:51 +03:00
|
|
|
<!-- <add key="myget.org nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" /> -->
|
2016-02-20 02:50:58 +03:00
|
|
|
<add key="dotnet.myget.org dotnet-core v3" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
2016-01-27 22:59:03 +03:00
|
|
|
<add key="myget.org aspnet vnext v3" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
|
|
|
|
<add key="myget.org aspnet vnext" value="https://www.myget.org/F/aspnetvnext/" />
|
2015-08-20 04:03:39 +03:00
|
|
|
</packageSources>
|
|
|
|
</configuration>
|