Procházet zdrojové kódy

Update to later dotnet xunit test and cli ver

Oren Novotny před 9 roky
rodič
revize
288d296389

+ 2 - 2
Rx.NET/Source/Microsoft.Reactive.Testing/project.json

@@ -58,7 +58,7 @@
                 ]
             },
             "dependencies": {
-                "System.Runtime": "4.1.0-rc2-23910"
+                "System.Runtime": "4.1.0-rc2-23911"
             }
 
         },
@@ -196,7 +196,7 @@
                     "type": "build"
                 },
                 "Microsoft.NETCore.UniversalWindowsPlatform": {
-                    "version": "5.2.0-rc2-23910",
+                    "version": "5.2.0-rc2-23911",
                     "type": "build"
                 }
             }

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

@@ -86,14 +86,14 @@
             },
             "imports": [ "dotnet5.1" ],
             "dependencies": {
-                "System.ComponentModel": "4.0.1-rc2-23910",
-                "System.Diagnostics.Contracts": "4.0.1-rc2-23910",
-                "System.Diagnostics.Debug": "4.0.11-rc2-23910",
-                "System.Dynamic.Runtime": "4.0.11-rc2-23910",
-                "System.Linq": "4.0.1-rc2-23910",
-                "System.Runtime": "4.1.0-rc2-23910",
-                "System.Runtime.Extensions": "4.1.0-rc2-23910",
-                "System.Threading": "4.0.11-rc2-23910"
+                "System.ComponentModel": "4.0.1-rc2-23911",
+                "System.Diagnostics.Contracts": "4.0.1-rc2-23911",
+                "System.Diagnostics.Debug": "4.0.11-rc2-23911",
+                "System.Dynamic.Runtime": "4.0.11-rc2-23911",
+                "System.Linq": "4.0.1-rc2-23911",
+                "System.Runtime": "4.1.0-rc2-23911",
+                "System.Runtime.Extensions": "4.1.0-rc2-23911",
+                "System.Threading": "4.0.11-rc2-23911"
             }
         },
         "netstandard1.3": {
@@ -117,14 +117,14 @@
             },
             "imports": [ "dotnet5.4" ],
             "dependencies": {
-                "System.Diagnostics.Contracts": "4.0.1-rc2-23910",
-                "System.Diagnostics.Debug": "4.0.11-rc2-23910",
-                "System.Collections.Concurrent": "4.0.12-rc2-23910",
-                "System.ComponentModel": "4.0.1-rc2-23910",
-                "System.Linq": "4.0.1-rc2-23910",
-                "System.Runtime.Extensions": "4.1.0-rc2-23910",
-                "System.Threading": "4.0.11-rc2-23910",
-                "System.Threading.Timer": "4.0.1-rc2-23910"
+                "System.Diagnostics.Contracts": "4.0.1-rc2-23911",
+                "System.Diagnostics.Debug": "4.0.11-rc2-23911",
+                "System.Collections.Concurrent": "4.0.12-rc2-23911",
+                "System.ComponentModel": "4.0.1-rc2-23911",
+                "System.Linq": "4.0.1-rc2-23911",
+                "System.Runtime.Extensions": "4.1.0-rc2-23911",
+                "System.Threading": "4.0.11-rc2-23911",
+                "System.Threading.Timer": "4.0.1-rc2-23911"
             }
         },
         "sl5": {

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

@@ -62,12 +62,12 @@
                 ]
             },
             "dependencies": {
-                "System.Diagnostics.Tools": "4.0.1-rc2-23910",
-                "System.Linq": "4.0.1-rc2-23910",
-                "System.Linq.Expressions": "4.0.11-rc2-23910",
-                "System.Resources.ResourceManager": "4.0.1-rc2-23910",
-                "System.Runtime": "4.1.0-rc2-23910",
-                "System.Threading": "4.0.11-rc2-23910"
+                "System.Diagnostics.Tools": "4.0.1-rc2-23911",
+                "System.Linq": "4.0.1-rc2-23911",
+                "System.Linq.Expressions": "4.0.11-rc2-23911",
+                "System.Resources.ResourceManager": "4.0.1-rc2-23911",
+                "System.Runtime": "4.1.0-rc2-23911",
+                "System.Threading": "4.0.11-rc2-23911"
             }
         },
         "sl5": {

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

@@ -93,9 +93,9 @@
             },
             "imports": [ "dotnet5.1" ],
             "dependencies": {
-                "System.Runtime.InteropServices.WindowsRuntime": "4.0.1-rc2-23910",
-                "System.Runtime": "4.1.0-rc2-23910",
-                "System.Runtime.Extensions": "4.1.0-rc2-23910"
+                "System.Runtime.InteropServices.WindowsRuntime": "4.0.1-rc2-23911",
+                "System.Runtime": "4.1.0-rc2-23911",
+                "System.Runtime.Extensions": "4.1.0-rc2-23911"
             }
         },
         "netstandard1.3": {
@@ -119,9 +119,9 @@
             },
             "imports": [ "dotnet5.4" ],
             "dependencies": {
-                "System.Collections.Concurrent": "4.0.12-rc2-23910",
-                "System.Reflection": "4.1.0-rc2-23910",
-                "System.Runtime.InteropServices.WindowsRuntime": "4.0.1-rc2-23910"
+                "System.Collections.Concurrent": "4.0.12-rc2-23911",
+                "System.Reflection": "4.1.0-rc2-23911",
+                "System.Runtime.InteropServices.WindowsRuntime": "4.0.1-rc2-23911"
             }
         },
         "sl5": {

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

@@ -111,7 +111,7 @@
                 ]
             },
             "dependencies": {
-                "NETStandard.Library": "1.0.0-rc2-23910"
+                "NETStandard.Library": "1.5.0-rc2-23911"
             }
         },
         "wpa81": {
@@ -201,7 +201,7 @@
                     "type": "build"
                 },
                 "Microsoft.NETCore.UniversalWindowsPlatform": {
-                    "version": "5.2.0-rc2-23910",
+                    "version": "5.2.0-rc2-23911",
                     "type": "build"
                 }
             }

+ 4 - 3
Rx.NET/Source/System.Reactive.Providers/project.json

@@ -89,8 +89,8 @@
                 ]
             },
             "dependencies": {
-                "System.Linq.Queryable": "4.0.1-rc2-23910",
-                "System.Reflection.Extensions": "4.0.1-rc2-23910"
+                "System.Linq.Queryable": "4.0.1-rc2-23911",
+                "System.Reflection.Extensions": "4.0.1-rc2-23911"
             }
         },
         "netstandard1.3": {
@@ -114,7 +114,8 @@
                 ]
             },
             "dependencies": {
-                "System.Linq.Queryable": "4.0.1-rc2-23910"
+                "System.Linq.Queryable": "4.0.1-rc2-23911",
+                "System.Reflection.Extensions": "4.0.1-rc2-23911"
             }
         },
         "sl5": {

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

@@ -141,7 +141,7 @@
                     "type": "build"
                 },
                 "Microsoft.NETCore.UniversalWindowsPlatform": {
-                    "version": "5.2.0-rc2-23910",
+                    "version": "5.2.0-rc2-23911",
                     "type": "build"
                 } 
             }

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

@@ -102,7 +102,7 @@
                     "type": "build"
                 },
                 "Microsoft.NETCore.UniversalWindowsPlatform": {
-                    "version": "5.2.0-rc2-23910",
+                    "version": "5.2.0-rc2-23911",
                     "type": "build"
                 }
             }

+ 5 - 3
Rx.NET/Source/Tests.System.Reactive/project.json

@@ -22,7 +22,8 @@
         "System.Reactive.Providers": { "target": "project" },
         "System.Reactive.Observable.Aliases": { "target": "project" },
         "xunit": "2.1.0",
-        "NETStandard.Library": "1.0.0-rc2-23910"
+        "NETStandard.Library": "1.5.0-rc2-23911",
+        "System.Reflection.TypeExtensions": "4.1.0-rc2-23911"
     },
     "testRunner": "xunit",
     "frameworks": {
@@ -47,7 +48,7 @@
                 "debugType": "full"
             },
             "dependencies": {
-                "dotnet-test-xunit": "1.0.0-dev-79755-47"
+                "dotnet-test-xunit": "1.0.0-dev-91790-12"
             }
         },
         "net461": {
@@ -78,5 +79,6 @@
                 "System.Threading.Tasks": "4.0.10.0"
             }
         }
-    }
+    },
+    "userSecretsId": "aspnet5-Tests.System.Reactive-20160315032508"
 }