jellyfin/OpenSubtitlesHandler/project.json

15 lines
266 B
JSON
Raw Normal View History

2016-10-28 18:35:17 +00:00
{
2016-10-27 22:54:56 +00:00
"supports": {
"net46.app": {},
"dnxcore50.app": {}
},
"dependencies": {
"Microsoft.NETCore": "5.0.0",
2016-10-28 18:35:17 +00:00
"Microsoft.NETCore.Portable.Compatibility": "1.0.1"
2016-10-27 22:54:56 +00:00
},
"frameworks": {
"dotnet": {
"imports": "portable-net452"
}
}
}