2017-04-10 11:41:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<clear/>
|
|
|
|
<add key="myget.org dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" />
|
|
|
|
<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
|
|
|
<add key="myget.org dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
|
|
</packageSources>
|
|
|
|
<config>
|
2018-01-29 19:03:06 +00:00
|
|
|
<add key="repositoryPath" value="packages" />
|
2017-04-10 11:41:01 +00:00
|
|
|
</config>
|
|
|
|
<packageRestore>
|
|
|
|
<!-- Automated package restore in VS does not work at this time with
|
|
|
|
this project and it causes build failures in VS. Disable it. -->
|
|
|
|
<add key="automatic" value="false" />
|
|
|
|
</packageRestore>
|
2018-01-29 19:03:06 +00:00
|
|
|
<!-- Don't use any higher level config files.
|
|
|
|
Our builds need to be isolated from user/machine state -->
|
|
|
|
<fallbackPackageFolders>
|
|
|
|
<clear />
|
|
|
|
</fallbackPackageFolders>
|
2017-04-10 11:41:01 +00:00
|
|
|
</configuration>
|