Parcourir la source

fix ver, set feed

Oren Novotny il y a 9 ans
Parent
commit
7e41498559
2 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 7 7
      Ix.NET/Integration/NetCoreApp/project.json
  2. 2 2
      Ix.NET/Integration/NuGet.Config

+ 7 - 7
Ix.NET/Integration/NetCoreApp/project.json

@@ -1,15 +1,15 @@
-{
+{
   "version": "1.0.0-*",
   "version": "1.0.0-*",
   "buildOptions": {
   "buildOptions": {
     "emitEntryPoint": true
     "emitEntryPoint": true
   },
   },
 
 
-  "dependencies": {
-    "Microsoft.NETCore.App": {
-      "type": "platform",
-      "version": "1.0.0-rc3-004338"
-    }
-  },
+    "dependencies": {
+        "Microsoft.NETCore.App": {
+            "type": "platform",
+            "version": "1.0.0"
+        }
+    },
 
 
   "frameworks": {
   "frameworks": {
     "netcoreapp1.0": {
     "netcoreapp1.0": {

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

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