mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
"net46": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"MediaBrowser.Model": {
|
|
"target": "project"
|
|
},
|
|
"MediaBrowser.Common": {
|
|
"target": "project"
|
|
},
|
|
"MediaBrowser.Controller": {
|
|
"target": "project"
|
|
},
|
|
"Emby.Common.Implementations": {
|
|
"target": "project"
|
|
},
|
|
"Mono.Nat": {
|
|
"target": "project"
|
|
},
|
|
"Emby.Server.Implementations": {
|
|
"target": "project"
|
|
},
|
|
"MediaBrowser.Server.Implementations": {
|
|
"target": "project"
|
|
}
|
|
}
|
|
},
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50",
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0",
|
|
"System.AppDomain": "2.0.11",
|
|
"System.Globalization.Extensions": "4.0.1",
|
|
"System.IO.FileSystem.Watcher": "4.0.0",
|
|
"MediaBrowser.Model": {
|
|
"target": "project"
|
|
},
|
|
"MediaBrowser.Common": {
|
|
"target": "project"
|
|
},
|
|
"MediaBrowser.Controller": {
|
|
"target": "project"
|
|
},
|
|
"Emby.Common.Implementations": {
|
|
"target": "project"
|
|
},
|
|
"Mono.Nat": {
|
|
"target": "project"
|
|
},
|
|
"Emby.Server.Implementations": {
|
|
"target": "project"
|
|
},
|
|
"MediaBrowser.Server.Implementations": {
|
|
"target": "project"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|