Browse Source

update components

Luke Pulverenti 8 years ago
parent
commit
0091d2c51e

+ 16 - 16
Emby.Common.Implementations/project.json

@@ -38,22 +38,22 @@
     "netstandard1.6": {
       "imports": "dnxcore50",
       "dependencies": {
-        "NETStandard.Library": "1.6.0",
-        "System.IO.FileSystem.DriveInfo": "4.0.0",
-        "System.Diagnostics.Process": "4.1.0",
-        "System.Threading.Timer": "4.0.1",
-        "System.Net.Requests": "4.0.11",
-        "System.Xml.ReaderWriter": "4.0.11",
-        "System.Xml.XmlSerializer": "4.0.11",
-        "System.Net.Http": "4.1.0",
-        "System.Net.Primitives": "4.0.11",
-        "System.Net.Sockets": "4.1.0",
-        "System.Net.NetworkInformation": "4.1.0",
-        "System.Net.NameResolution": "4.0.0",
-        "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
-        "System.Reflection": "4.1.0",
-        "System.Reflection.Primitives": "4.0.1",
-        "System.Runtime.Loader": "4.0.0",
+        "NETStandard.Library": "1.6.1",
+        "System.IO.FileSystem.DriveInfo": "4.3.0",
+        "System.Diagnostics.Process": "4.3.0",
+        "System.Threading.Timer": "4.3.0",
+        "System.Net.Requests": "4.3.0",
+        "System.Xml.ReaderWriter": "4.3.0",
+        "System.Xml.XmlSerializer": "4.3.0",
+        "System.Net.Http": "4.3.0",
+        "System.Net.Primitives": "4.3.0",
+        "System.Net.Sockets": "4.3.0",
+        "System.Net.NetworkInformation": "4.3.0",
+        "System.Net.NameResolution": "4.3.0",
+        "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
+        "System.Reflection": "4.3.0",
+        "System.Reflection.Primitives": "4.3.0",
+        "System.Runtime.Loader": "4.3.0",
         "SimpleInjector": "3.2.4",
         "ServiceStack.Text.Core": "1.0.27",
         "NLog": "4.4.0-betaV15",

+ 6 - 6
Emby.Server.Core/project.json

@@ -67,13 +67,13 @@
     "netstandard1.6": {
       "imports": "dnxcore50",
       "dependencies": {
-        "NETStandard.Library": "1.6.0",
+        "NETStandard.Library": "1.6.1",
         "System.AppDomain": "2.0.11",
-        "System.Globalization.Extensions": "4.0.1",
-        "System.IO.FileSystem.Watcher": "4.0.0",
-        "System.Net.Security": "4.0.0",
-        "System.Security.Cryptography.X509Certificates": "4.1.0",
-        "System.Runtime.Extensions": "4.1.0",
+        "System.Globalization.Extensions": "4.3.0",
+        "System.IO.FileSystem.Watcher": "4.3.0",
+        "System.Net.Security": "4.3.0",
+        "System.Security.Cryptography.X509Certificates": "4.3.0",
+        "System.Runtime.Extensions": "4.3.0",
         "MediaBrowser.Model": {
           "target": "project"
         },

+ 2 - 2
Mono.Nat/project.json

@@ -27,14 +27,14 @@
     "netstandard1.6": {
       "imports": "dnxcore50",
       "dependencies": {
-        "NETStandard.Library": "1.6.0",
+        "NETStandard.Library": "1.6.1",
         "MediaBrowser.Common": {
           "target": "project"
         },
         "MediaBrowser.Model": {
           "target": "project"
         },
-        "System.Net.NetworkInformation": "4.1.0"
+        "System.Net.NetworkInformation": "4.3.0"
       }
     }
   }

+ 4 - 4
src/Emby.Server/project.json

@@ -12,10 +12,10 @@
       "version": "1.1.0"
     },
     "Mono.Nat": "1.0.0-*",
-    "Microsoft.Win32.Registry": "4.0.0",
-    "System.Runtime.Extensions": "4.1.0",
-    "System.Diagnostics.Process": "4.1.0",
-    "SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1-pre20161109081005"
+    "Microsoft.Win32.Registry": "4.3.0",
+    "System.Runtime.Extensions": "4.3.0",
+    "System.Diagnostics.Process": "4.3.0",
+    "SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1"
   },
 
   "runtimes": {