ソースを参照

Add NuGet.Config

Bruce Wayne 4 年 前
コミット
7bca4be079
1 ファイル変更7 行追加0 行削除
  1. 7 0
      NuGet.Config

+ 7 - 0
NuGet.Config

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <packageSources>
+    <clear />
+    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
+  </packageSources>
+</configuration>