Skip to content

Commit

Permalink
Update nuget.config file (microsoft#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcooley authored and tian-lt committed May 28, 2021
1 parent 2d166ed commit 8cf9508
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/nuget.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<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" />
</packageSources>
<config>
<add key="dependencyversion" value="Highest" />
</config>
</configuration>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit 8cf9508

Please sign in to comment.