aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/project.json
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-11-03 19:59:50 -0400
committerGitHub <noreply@github.com>2016-11-03 19:59:50 -0400
commitc53745548ac2130f4cfbbe0d7a2804c36c8ae4eb (patch)
tree6ee298ebb5470c4f3bcbef8d814a0354901469c4 /Emby.Common.Implementations/project.json
parent338b04a0c58729ec70aed89924ea6bd12422872b (diff)
parent405a5f69c5967b4d919b5fe91396f12cb83e8aa8 (diff)
Merge pull request #2267 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Common.Implementations/project.json')
-rw-r--r--Emby.Common.Implementations/project.json28
1 files changed, 13 insertions, 15 deletions
diff --git a/Emby.Common.Implementations/project.json b/Emby.Common.Implementations/project.json
index a65b86345..dc96f5726 100644
--- a/Emby.Common.Implementations/project.json
+++ b/Emby.Common.Implementations/project.json
@@ -23,27 +23,20 @@
"System.Xml.Serialization": "4.0.0.0"
},
"dependencies": {
- "MediaBrowser.Common": {
- "target": "project"
- },
+ "SimpleInjector": "3.2.4",
+ "NLog": "4.4.0-betaV15",
"MediaBrowser.Model": {
"target": "project"
},
- "SimpleInjector": "3.2.4",
- "NLog": "4.4.0-betaV15"
- }
+ "MediaBrowser.Common": {
+ "target": "project"
+ } }
},
"netstandard1.6": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.0",
- "MediaBrowser.Common": {
- "target": "project"
- },
- "MediaBrowser.Model": {
- "target": "project"
- },
- "System.IO.FileSystem.DriveInfo": "4.0.0",
+ "System.IO.FileSystem.DriveInfo": "4.0.0",
"System.Diagnostics.Process": "4.1.0",
"System.Threading.Timer": "4.0.1",
"System.Net.Requests": "4.0.11",
@@ -58,8 +51,13 @@
"System.Reflection.Primitives": "4.0.1",
"System.Runtime.Loader": "4.0.0",
"SimpleInjector": "3.2.4",
- "NLog": "4.4.0-betaV15"
- }
+ "NLog": "4.4.0-betaV15",
+ "MediaBrowser.Model": {
+ "target": "project"
+ },
+ "MediaBrowser.Common": {
+ "target": "project"
+ } }
}
}
}