14 lines
446 B
Plaintext
14 lines
446 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<solution>
|
||
|
<add key="disableSourceControlIntegration" value="true" />
|
||
|
</solution>
|
||
|
<packageSources>
|
||
|
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
|
||
|
<add key="EEApps" value="https://eeapps.blob.core.windows.net/eeapps/index.json" />
|
||
|
</packageSources>
|
||
|
<config>
|
||
|
<add key="dependencyversion" value="Highest" />
|
||
|
</config>
|
||
|
</configuration>
|