16 строки
593 B
Plaintext
16 строки
593 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<config>
|
||
|
<add key="repositorypath" value="packages" />
|
||
|
</config>
|
||
|
<packageSources>
|
||
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
||
|
<clear />
|
||
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
||
|
</packageSources>
|
||
|
<disabledPackageSources>
|
||
|
<!-- Defend against user or machine level disabling of sources that we list in this file. -->
|
||
|
<clear />
|
||
|
</disabledPackageSources>
|
||
|
</configuration>
|