Skip to content

Commit

Permalink
Update NuGet.config to reference dargon package source.
Browse files Browse the repository at this point in the history
  • Loading branch information
miyu committed Nov 24, 2015
1 parent 5467b5f commit 3717be2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<config>
<!-- Defines a common package repository for all solutions -->
<add key="repositoryPath" value=".\packages" />
</config>
<packageSources>
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
<add key="Dargon Package Source" value="http://nuget.dargon.io/" />
</packageSources>
</configuration>

0 comments on commit 3717be2

Please sign in to comment.