Browse Source

Add NuGet config file

Mark Monteiro 5 years ago
parent
commit
fe11fb0a63
1 changed files with 6 additions and 0 deletions
  1. 6 0
      nuget.config

+ 6 - 0
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>