summaryrefslogtreecommitdiffstats
path: root/nuget.config
diff options
context:
space:
mode:
authorDavid Christiansen <coding@davedoes.net>2016-06-06 16:50:53 +0100
committerDavid Christiansen <coding@davedoes.net>2016-06-06 16:51:02 +0100
commit24e1095a8b9f2c3ba384ee79e8099a223712aad5 (patch)
treef46ce51682a83d0f38199bc4955d8373bf8ac9b3 /nuget.config
parent2a2e8ced2042989859fe010a712015106836aa7c (diff)
downloadDotNetOpenAuth.Samples-origin/master.zip
DotNetOpenAuth.Samples-origin/master.tar.gz
DotNetOpenAuth.Samples-origin/master.tar.bz2
Diffstat (limited to 'nuget.config')
-rw-r--r--nuget.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config
new file mode 100644
index 0000000..bee3bad
--- /dev/null
+++ b/nuget.config
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="Nuget" value="https://www.nuget.org/api/v2/" />
+ </packageSources>
+ <activePackageSource>
+ <add key="All" value="(Aggregate source)" />
+ </activePackageSource>
+</configuration> \ No newline at end of file