Skip to content

Commit

Permalink
Revert "Update nuget.config"
Browse files Browse the repository at this point in the history
This reverts commit da85ea0.
  • Loading branch information
smangarole committed Oct 2, 2019
1 parent 8eacdd6 commit 28c2b29
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions dynamo-nuget.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Microsoft and .NET" value="https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/" />
<add key="team-dynamo-nuget" value="https://art-bobcat.autodesk.com/artifactory/api/nuget/team-dynamo-nuget" />
<add key="autodesk3p" value="https://art-bobcat.autodesk.com/artifactory/api/nuget/autodesk-3p-nuget" />
</packageSources>

</configuration>
<packageSources>
<add key="Microsoft and .NET"
value="https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/" />
<add key="team-dynamo-nuget"
value="https://art-bobcat.autodesk.com/artifactory/api/nuget/team-dynamo-nuget" />
</packageSources>
<config>
<add key="dependencyversion" value="Highest" />
</config>
</configuration>

0 comments on commit 28c2b29

Please sign in to comment.