Jelajahi Sumber

Update core projects to generations-based refs

Oren Novotny 10 tahun lalu
induk
melakukan
40972ebdf2

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

@@ -86,8 +86,8 @@
             },
             "dependencies": {
                 "System.ComponentModel": "4.0.1-rc3-23823",
-                "System.Diagnostics.Debug": "4.0.11-rc3-23823",
                 "System.Diagnostics.Contracts": "4.0.1-rc3-23823",
+                "System.Diagnostics.Debug": "4.0.11-rc3-23823",
                 "System.Dynamic.Runtime": "4.0.11-rc3-23823",
                 "System.Linq": "4.0.1-rc3-23823",
                 "System.Runtime": "4.1.0-rc3-23823",

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

@@ -65,8 +65,8 @@
                 "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"
+                "System.Runtime": "4.1.0-rc3-23823",
+                "System.Threading": "4.0.11-rc3-23823"
             }
         }
     }

+ 0 - 4
Rx.NET/Source/System.Reactive.PlatformServices/project.json

@@ -87,8 +87,6 @@
                 ]
             },
             "dependencies": {
-                "System.Diagnostics.Tools": "4.0.0",
-                "System.Diagnostics.Debug": "4.0.10"
             }
         },
         "dotnet5.4": {
@@ -110,8 +108,6 @@
                 ]
             },
             "dependencies": {
-                "System.Diagnostics.Tools": "4.0.1-beta-23516",
-                "System.Diagnostics.Debug": "4.0.11-beta-23516"
             }
         }
     }

+ 0 - 22
Rx.NET/Source/System.Reactive.Windows.Threading/project.json

@@ -53,28 +53,6 @@
                 "System.Windows": "4.0.0.0",
                 "WindowsBase": "4.0.0.0"
             }
-        },
-        "uap10.0": {
-            "compilationOptions": {
-                "define": [
-                    "NO_EVENTARGS_CONSTRAINT",
-                    "HAS_EDI",
-                    "HAS_WINRT",
-                    "HAS_PROGRESS",
-                    "PREFER_ASYNC",
-                    "HAS_AWAIT",
-                    "NO_REMOTING",
-                    "NO_SERIALIZABLE",
-                    "NO_THREAD",
-                    "CRIPPLED_REFLECTION",
-                    "USE_TIMER_SELF_ROOT",
-                    "WINDOWS"
-                ]
-            },
-            "dependencies": {
-                "System.Diagnostics.Tools": "4.0.1-beta-23516",
-                "System.Diagnostics.Debug": "4.0.11-beta-23516"
-            }
         }
     }
 }

+ 2 - 3
Rx.NET/Source/System.Reactive.WindowsRuntime/project.json

@@ -40,9 +40,8 @@
                 "version": "1.0.1",
                 "type": "build"
             },
-            "System.Runtime": "4.0.0",
-            "System.Threading.Tasks": "4.0.0",
-            "System.Runtime.WindowsRuntime": "4.0.10"
+            "System.Threading.Tasks": "4.0.11-rc3-23823",
+            "System.Runtime.WindowsRuntime": "4.0.11-rc3-23823"
         }
 
     }