зеркало из https://github.com/microsoft/vs-mef.git
15 строки
505 B
XML
15 строки
505 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<add key="repositorypath" value="packages" />
|
|
</config>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="msft_consumption" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json" />
|
|
</packageSources>
|
|
<disabledPackageSources>
|
|
<!-- Defend against user or machine level disabling of sources that we list in this file. -->
|
|
<clear />
|
|
</disabledPackageSources>
|
|
</configuration>
|