зеркало из https://github.com/microsoft/Omex.git
22 строки
656 B
XML
22 строки
656 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<add key="dependencyVersion" value="Highest" />
|
|
</config>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
</packageSources>
|
|
<packageRestore>
|
|
<add key="enabled" value="false" />
|
|
<add key="automatic" value="false" />
|
|
</packageRestore>
|
|
<solution>
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
</solution>
|
|
<!-- This is used to override the global NuGet.config and enable nuget.org -->
|
|
<disabledPackageSources>
|
|
<clear />
|
|
</disabledPackageSources>
|
|
</configuration>
|