Ver código fonte

新增 nuget.config

Roc 4 anos atrás
pai
commit
d014026d44
2 arquivos alterados com 9 adições e 0 exclusões
  1. 1 0
      Paylink.sln
  2. 8 0
      nuget.config

+ 1 - 0
Paylink.sln

@@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0-solution-items", "0-solut
 		FUNDING.md = FUNDING.md
 		global.json = global.json
 		LICENSE.md = LICENSE.md
+		nuget.config = nuget.config
 		README.md = README.md
 	EndProjectSection
 EndProject

+ 8 - 0
nuget.config

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <packageSources>
+    <!--To inherit the global NuGet package sources remove the <clear/> line below -->
+    <clear />
+    <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+  </packageSources>
+</configuration>