Browse Source

Upgrade Core and interfaces to generations-based packages

Oren Novotny 9 years ago
parent
commit
5b74422a5a

+ 15 - 14
Rx.NET/Source/System.Reactive.Core/project.json

@@ -85,13 +85,14 @@
                 ]
             },
             "dependencies": {
-                "System.Linq": "4.0.0",
-                "System.Collections.Concurrent": "4.0.0",
-                "System.ComponentModel": "4.0.0",
-                "System.Threading": "4.0.0",
-                "System.Threading.Timer": "4.0.0",
-                "System.Runtime": "4.0.0",
-                "System.Runtime.Extensions": "4.0.0"
+                "System.ComponentModel": "4.0.1-rc3-23823",
+                "System.Diagnostics.Debug": "4.0.11-rc3-23823",
+                "System.Diagnostics.Contracts": "4.0.1-rc3-23823",
+                "System.Dynamic.Runtime": "4.0.11-rc3-23823",
+                "System.Linq": "4.0.1-rc3-23823",
+                "System.Runtime": "4.1.0-rc3-23823",
+                "System.Runtime.Extensions": "4.1.0-rc3-23823",
+                "System.Threading": "4.0.11-rc3-23823"
             }
         },
         "dotnet5.4": {
@@ -113,13 +114,13 @@
                 ]
             },
             "dependencies": {
-                "System.Collections.Concurrent": "4.0.11-beta-23516",
-                "System.ComponentModel": "4.0.1-beta-23516",
-                "System.Linq": "4.0.1-beta-23516",
-                "System.Threading": "4.0.11-beta-23516",
-                "System.Threading.Thread": "4.0.0-beta-23516",
-                "System.Threading.ThreadPool": "4.0.10-beta-23516",
-                "System.Threading.Timer": "4.0.1-beta-23516"
+                "System.Collections.Concurrent": "4.0.11-rc3-23823",
+                "System.ComponentModel": "4.0.1-rc3-23823",
+                "System.Linq": "4.0.1-rc3-23823",
+                "System.Threading": "4.0.11-rc3-23823",
+                "System.Threading.Thread": "4.0.0-rc3-23823",
+                "System.Threading.ThreadPool": "4.0.10-rc3-23823",
+                "System.Threading.Timer": "4.0.1-rc3-23823"
             }
         }
     }

+ 6 - 7
Rx.NET/Source/System.Reactive.Interfaces/project.json

@@ -9,7 +9,6 @@
     "projectUrl": "http://go.microsoft.com/fwlink/?LinkId=261273",
     "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
     "requireLicenseAcceptance": true,
-
     "frameworks": {
         "net40": {
             "compilationOptions": {
@@ -62,12 +61,12 @@
                 ]
             },
             "dependencies": {
-                "System.Diagnostics.Tools": "4.0.0",
-                "System.Linq": "4.0.0",
-                "System.Linq.Expressions": "4.0.0",
-                "System.Resources.ResourceManager": "4.0.0",
-                "System.Threading": "4.0.0",
-                "System.Runtime": "4.0.0"
+                "System.Diagnostics.Tools": "4.0.1-rc3-23823",
+                "System.Linq": "4.0.1-rc3-23823",
+                "System.Linq.Expressions": "4.0.11-rc3-23823",
+                "System.Resources.ResourceManager": "4.0.1-rc3-23823",
+                "System.Threading": "4.0.11-rc3-23823",
+                "System.Runtime": "4.1.0-rc3-23823"
             }
         }
     }