From 67c6d0fd8f6f327dfe46fc90eb24f57af8d31a9c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 29 Oct 2016 14:46:14 -0400 Subject: complete .net core support --- Emby.Common.Implementations/project.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'Emby.Common.Implementations/project.json') diff --git a/Emby.Common.Implementations/project.json b/Emby.Common.Implementations/project.json index d939215740..4cb5213ba3 100644 --- a/Emby.Common.Implementations/project.json +++ b/Emby.Common.Implementations/project.json @@ -15,6 +15,7 @@ "System.Net.Http.WebRequest": "4.0.0.0", "System.Net.Primitives": "4.0.0.0", "System.Runtime": "4.0.0.0", + "System.Runtime.Extensions": "4.0.0.0", "System.Text.Encoding": "4.0.0.0", "System.Threading": "4.0.0.0", "System.Threading.Tasks": "4.0.0.0", @@ -27,7 +28,9 @@ }, "MediaBrowser.Model": { "target": "project" - } + }, + "SimpleInjector": "3.2.4", + "NLog": "4.4.0-betaV15" } }, "netstandard1.6": { @@ -41,7 +44,18 @@ "target": "project" }, "System.Net.Requests": "4.0.11", - "System.Xml.XmlSerializer": "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", + "SimpleInjector": "3.2.4", + "NLog": "4.4.0-betaV15" } } } -- cgit v1.2.3