2021-02-12 20:44:16 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-03-25 18:54:56 +03:00
|
|
|
<configuration>
|
|
|
|
<config>
|
2021-08-26 20:37:08 +03:00
|
|
|
<add key="dependencyVersion" value="Highest" />
|
2019-03-25 18:54:56 +03:00
|
|
|
</config>
|
|
|
|
<packageSources>
|
|
|
|
<clear />
|
2021-08-26 20:37:08 +03:00
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
2019-03-25 18:54:56 +03:00
|
|
|
</packageSources>
|
|
|
|
<packageRestore>
|
2021-08-26 20:37:08 +03:00
|
|
|
<add key="enabled" value="false" />
|
|
|
|
<add key="automatic" value="false" />
|
2019-03-25 18:54:56 +03:00
|
|
|
</packageRestore>
|
|
|
|
<solution>
|
|
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
|
|
</solution>
|
2019-04-11 12:06:38 +03:00
|
|
|
<!-- This is used to override the global NuGet.config and enable nuget.org -->
|
|
|
|
<disabledPackageSources>
|
|
|
|
<clear />
|
|
|
|
</disabledPackageSources>
|
2019-03-25 18:54:56 +03:00
|
|
|
</configuration>
|