aboutsummaryrefslogtreecommitdiff
path: root/nuget.config
diff options
context:
space:
mode:
Diffstat (limited to 'nuget.config')
-rw-r--r--nuget.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config
new file mode 100644
index 00000000..6205a567
--- /dev/null
+++ b/nuget.config
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <packageSources>
+ <add key="aspnetcore-dev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
+ </packageSources>
+</configuration>