From 0091d2c51ec0e099a6a87f587fea6e87567dd3e4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 15 Dec 2016 23:02:52 -0500 Subject: [PATCH] update components --- Emby.Common.Implementations/project.json | 32 ++++++++++++------------ Emby.Server.Core/project.json | 12 ++++----- Mono.Nat/project.json | 4 +-- src/Emby.Server/project.json | 8 +++--- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Emby.Common.Implementations/project.json b/Emby.Common.Implementations/project.json index 409687ea16..674101e8a7 100644 --- a/Emby.Common.Implementations/project.json +++ b/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", diff --git a/Emby.Server.Core/project.json b/Emby.Server.Core/project.json index 1a8e3432cc..e987da6aa9 100644 --- a/Emby.Server.Core/project.json +++ b/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" }, diff --git a/Mono.Nat/project.json b/Mono.Nat/project.json index 9f1c3247f9..3c38a62e13 100644 --- a/Mono.Nat/project.json +++ b/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" } } } diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json index 852c7d519d..8ca59f8f2e 100644 --- a/src/Emby.Server/project.json +++ b/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": {