浏览代码

fixing nuget config for private packages

Oren Novotny 9 年之前
父节点
当前提交
40dbe35812
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Rx.NET/Source/NuGet.Config

+ 1 - 0
Rx.NET/Source/NuGet.Config

@@ -4,6 +4,7 @@
     <clear />
     <add key="Build Packages" value="https://www.myget.org/F/c037199d-41df-4567-b966-25ff65324688/api/v3/index.json" />
     <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />    
+    <add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
   </packageSources>
   <disabledPackageSources>
      <clear />