Update nuget.config file (#1486)

This commit is contained in:
Matt Cooley 2021-02-02 11:05:26 -08:00 committed by GitHub
parent fd2367d483
commit ef00b91619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources> <packageSources>
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" /> <clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="EEApps" value="https://eeapps.blob.core.windows.net/eeapps/index.json" /> <add key="EEApps" value="https://eeapps.blob.core.windows.net/eeapps/index.json" />
</packageSources> </packageSources>
<config> <disabledPackageSources>
<add key="dependencyversion" value="Highest" /> <clear />
</config> </disabledPackageSources>
</configuration> </configuration>