20 строки
1.1 KiB
XML
20 строки
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageRestore>
|
|
<add key="enabled" value="True" />
|
|
</packageRestore>
|
|
<!-- The commented out feeds were failing on non windows restore. Restore seems to finish successfully without them.
|
|
Should be removed if restore does not regress-->
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="nuget.org v2" value="https://nuget.org/api/v2/" />
|
|
<add key="myget.org roslyn nightly" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
|
|
<add key="dotnet.myget.org buildtools v3" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
|
|
<!-- <add key="myget.org nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" /> -->
|
|
<add key="dotnet.myget.org dotnet-core v3" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
|
<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/" />
|
|
</packageSources>
|
|
</configuration>
|