aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/project.json
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 01:43:42 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 01:43:42 -0500
commit06afe47ee9716cb210067f3c09cd0c97722bd1c7 (patch)
treefa856ef38f03fa051d446bc854e8d6d4b4f24899 /Emby.Server.Core/project.json
parent369d5e8f09e4e6e7e493bf2049325251942cd215 (diff)
update server core project
Diffstat (limited to 'Emby.Server.Core/project.json')
-rw-r--r--Emby.Server.Core/project.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/Emby.Server.Core/project.json b/Emby.Server.Core/project.json
index 4f5adf09f..e4e4741b1 100644
--- a/Emby.Server.Core/project.json
+++ b/Emby.Server.Core/project.json
@@ -22,6 +22,12 @@
},
"Emby.Common.Implementations": {
"target": "project"
+ },
+ "Mono.Nat": {
+ "target": "project"
+ },
+ "Emby.Server.Implementations": {
+ "target": "project"
}
}
},
@@ -29,6 +35,7 @@
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.0",
+ "System.AppDomain": "2.0.11",
"MediaBrowser.Model": {
"target": "project"
},
@@ -40,6 +47,12 @@
},
"Emby.Common.Implementations": {
"target": "project"
+ },
+ "Mono.Nat": {
+ "target": "project"
+ },
+ "Emby.Server.Implementations": {
+ "target": "project"
}
}
}