Files
jellyfin-jellyfin-1/Emby.Server.Implementations/project.json
Luke Pulverenti cae7aa2065 fix project
2016-11-03 22:57:58 -04:00

23 lines
509 B
JSON

{
"supports": {},
"dependencies": {
"Emby.XmlTv": "1.0.0.63",
"MediaBrowser.Naming": "1.0.0.59",
"UniversalDetector": "1.0.1"
},
"frameworks":{
"netstandard1.6":{
"dependencies":{
"NETStandard.Library":"1.6.0",
}
},
".NETPortable,Version=v4.5,Profile=Profile7":{
"buildOptions": {
"define": [ ]
},
"frameworkAssemblies":{
}
}
}
}