From 0091d2c51ec0e099a6a87f587fea6e87567dd3e4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 15 Dec 2016 23:02:52 -0500 Subject: update components --- Emby.Server.Core/project.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Emby.Server.Core/project.json') diff --git a/Emby.Server.Core/project.json b/Emby.Server.Core/project.json index 1a8e3432c..e987da6aa 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" }, -- cgit v1.2.3