aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/project.json
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-29 14:46:14 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-29 14:46:14 -0400
commit67c6d0fd8f6f327dfe46fc90eb24f57af8d31a9c (patch)
treeb0462796026cbcaa673c89f587c7b99e16bdc1eb /Emby.Common.Implementations/project.json
parent370e496314e0a60289e9267c34df85d039d38ba2 (diff)
complete .net core support
Diffstat (limited to 'Emby.Common.Implementations/project.json')
-rw-r--r--Emby.Common.Implementations/project.json18
1 files changed, 16 insertions, 2 deletions
diff --git a/Emby.Common.Implementations/project.json b/Emby.Common.Implementations/project.json
index d93921574..4cb5213ba 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"
}
}
}