Browse Source

Update NuGet.Config

Claire Novotny 4 years ago
parent
commit
cc450975ea
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Rx.NET/Integration/NuGet.Config

+ 2 - 1
Rx.NET/Integration/NuGet.Config

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