26 строки
1.0 KiB
XML
26 строки
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageRestore>
|
|
<add key="enabled" value="True" />
|
|
</packageRestore>
|
|
<!-- Don't use any higher level config files.
|
|
Our builds need to be isolated from user/machine state -->
|
|
<fallbackPackageFolders>
|
|
<clear />
|
|
</fallbackPackageFolders>
|
|
<!--
|
|
this is used for boot-strapping build tools. if you need to add a new
|
|
nuget package source please add it to the item group in dir.props instead.
|
|
-->
|
|
<config>
|
|
<add key="repositoryPath" value=".nuget\packages" />
|
|
</config>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="dotnet blob feed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
<add key="benchmarkdotnet-ci" value="https://ci.appveyor.com/nuget/benchmarkdotnet" />
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|