1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
{
"version": "3.1.0.1",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Emby.Common.Implementations": "1.0.0-*",
"Emby.Server.Core": "1.0.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0"
},
"Mono.Nat": "1.0.0-*",
"System.Runtime.Extensions": "4.3.0",
"System.Diagnostics.Process": "4.3.0",
"Microsoft.Win32.Registry": "4.3.0",
"SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1"
},
"runtimes": {
"win7-x86": {},
"win7-x64": {},
"win8-x86": {},
"win8-x64": {},
"win8-arm": {},
"win81-x86": {},
"win81-x64": {},
"win81-arm": {},
"win10-x86": {},
"win10-x64": {},
"win10-arm": {},
"win10-arm64": {},
"osx.10.10-x64": {},
"osx.10.11-x64": {},
"osx.10.12-x64": ,
"rhel.7.0-x64": {},
"rhel.7.1-x64": {},
"rhel.7.2-x64": {},
"ubuntu.14.04-x64": {},
"ubuntu.14.10-x64": {},
"ubuntu.15.04-x64": {},
"ubuntu.15.10-x64": {},
"ubuntu.16.04-x64": {},
"ubuntu.16.10-x64": {},
"centos.7-x64": {},
"debian.8-x64": {},
"fedora.23-x64": {},
"fedora.24-x64": {},
"opensuse.13.2-x64": {},
"opensuse.42.1-x64": {},
"ol.7-x64": {},
"ol.7.0-x64": {},
"ol.7.1-x64": {},
"ol.7.2-x64": {}
},
"frameworks": {
"netcoreapp1.1": {
"imports": "dnxcore50",
"dependencies": {
"BDInfo": {
"target": "project"
},
"DvdLib": {
"target": "project"
},
"Emby.Dlna": {
"target": "project"
},
"Emby.Drawing": {
"target": "project"
},
"Emby.Photos": {
"target": "project"
},
"Emby.Server.Implementations": {
"target": "project"
},
"MediaBrowser.Api": {
"target": "project"
},
"MediaBrowser.Common": {
"target": "project"
},
"MediaBrowser.Controller": {
"target": "project"
},
"MediaBrowser.LocalMetadata": {
"target": "project"
},
"MediaBrowser.MediaEncoding": {
"target": "project"
},
"MediaBrowser.Model": {
"target": "project"
},
"MediaBrowser.Providers": {
"target": "project"
},
"MediaBrowser.Server.Implementations": {
"target": "project"
},
"MediaBrowser.WebDashboard": {
"target": "project"
},
"MediaBrowser.XbmcMetadata": {
"target": "project"
},
"OpenSubtitlesHandler": {
"target": "project"
},
"RSSDP": {
"target": "project"
},
"SocketHttpListener.Portable": {
"target": "project"
}
}
}
}
}
|