aboutsummaryrefslogtreecommitdiff
path: root/nuget.config
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-04 23:42:43 +0800
committercrupest <crupest@outlook.com>2019-02-04 23:42:43 +0800
commit48889ef2a5aca418a10e2123a0f3cbb3867e918b (patch)
tree65d8042431a5f270f4fb428ee915081673146cb0 /nuget.config
parent42e6b2fd822b7dc1d8e2109f9e9aee3554311b85 (diff)
downloadtimeline-48889ef2a5aca418a10e2123a0f3cbb3867e918b.tar.gz
timeline-48889ef2a5aca418a10e2123a0f3cbb3867e918b.tar.bz2
timeline-48889ef2a5aca418a10e2123a0f3cbb3867e918b.zip
Add myget repository source.
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>