aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-04-11 12:40:09 -0400
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-04-11 15:34:00 -0400
commitfe11fb0a63561877458e4984abb24b6961b444aa (patch)
treef0c09608f08bd4b208c5d26c47cb2113d4ff7f19
parent299541f1b26136ef89741f28c7949cda4e5e485f (diff)
Add NuGet config file
-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 000000000..326331f32
--- /dev/null
+++ b/nuget.config
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
+ </packageSources>
+</configuration>