瀏覽代碼

update version

Oren Novotny 9 年之前
父節點
當前提交
11004c1eb3
共有 2 個文件被更改,包括 3 次插入4 次删除
  1. 1 2
      Rx.NET/Integration/NetCoreApp/project.json
  2. 2 2
      Rx.NET/Integration/NuGet.Config

+ 1 - 2
Rx.NET/Integration/NetCoreApp/project.json

@@ -7,13 +7,12 @@
   "dependencies": {
     "Microsoft.NETCore.App": {
       "type": "platform",
-      "version": "1.0.0-rc3-004338"
+      "version": "1.0.0"
     }
   },
 
   "frameworks": {
     "netcoreapp1.0": {
-      "imports": "dnxcore50"
     }
   }
 }

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

@@ -3,9 +3,9 @@
   <packageSources>
     <clear />
     <add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
+    <add key="myget.org rxnet" value="https://www.myget.org/F/rxnet/api/v3/index.json" />
     <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" />
+    <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />        
   </packageSources>
   <config>
     <!--<add key="repositoryPath" value="..\..\packages" />-->