summaryrefslogtreecommitdiff
path: root/src/NuGet.Config
diff options
context:
space:
mode:
Diffstat (limited to 'src/NuGet.Config')
-rw-r--r--src/NuGet.Config13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/NuGet.Config b/src/NuGet.Config
new file mode 100644
index 0000000000..0054b4914e
--- /dev/null
+++ b/src/NuGet.Config
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageRestore>
+ <add key="enabled" value="True" />
+ </packageRestore>
+ <packageSources>
+ <add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
+ <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
+ </packageSources>
+ <activePackageSource>
+ <add key="All" value="(Aggregate source)" />
+ </activePackageSource>
+</configuration> \ No newline at end of file