jellyfin/OpenSubtitlesHandler/project.json
2016-10-27 18:54:56 -04:00

15 lines
263 B
JSON

{
"supports": {
"net46.app": {},
"dnxcore50.app": {}
},
"dependencies": {
"Microsoft.NETCore": "5.0.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.0"
},
"frameworks": {
"dotnet": {
"imports": "portable-net452"
}
}
}