aboutsummaryrefslogtreecommitdiff
path: root/src/Emby.Server/project.json
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-29 16:02:21 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-29 16:02:21 -0400
commitda20e8dcd2867df0a9a6ebc1081edb2db2eebdef (patch)
tree0c00e59c5def4263126353e63bd79b9464b60b10 /src/Emby.Server/project.json
parente5d71c1014cc2d78e5004d0736e321b350b7bb64 (diff)
continue with .net core targeting
Diffstat (limited to 'src/Emby.Server/project.json')
-rw-r--r--src/Emby.Server/project.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json
index 7259c0812..6921f77b6 100644
--- a/src/Emby.Server/project.json
+++ b/src/Emby.Server/project.json
@@ -5,6 +5,7 @@
},
"dependencies": {
+ "Emby.Common.Implementations": "1.0.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"