Explorar el Código

proj.json to generations

Oren Novotny hace 9 años
padre
commit
1f89ba8435
Se han modificado 1 ficheros con 6 adiciones y 8 borrados
  1. 6 8
      Rx.NET/Source/System.Reactive.Linq/project.json

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

@@ -92,11 +92,9 @@
                 ]
             },
             "dependencies": {
-                "System.Collections.Concurrent": "4.0.0",
-                "System.Reflection.TypeExtensions": "4.0.0",
-                "System.Runtime.InteropServices.WindowsRuntime": "4.0.0",
-                "System.Runtime": "4.0.0",
-                "System.Runtime.Extensions": "4.0.0"
+                "System.Runtime.InteropServices.WindowsRuntime": "4.0.1-rc3-23823",
+                "System.Runtime": "4.1.0-rc3-23823",
+                "System.Runtime.Extensions": "4.1.0-rc3-23823"
             }
         },
         "dotnet5.4": {
@@ -118,9 +116,9 @@
                 ]
             },
             "dependencies": {
-                "System.Collections.Concurrent": "4.0.11-beta-23516",
-                "System.Reflection.TypeExtensions": "4.1.0-beta-23516",
-                "System.Runtime.InteropServices.WindowsRuntime": "4.0.1-beta-23516"
+                "System.Collections.Concurrent": "4.0.12-rc3-23823",
+                "System.Reflection.TypeExtensions": "4.1.0-rc3-23823",
+                "System.Runtime.InteropServices.WindowsRuntime": "4.0.1-rc3-23823"
             }
         }
     }