jellyfin/OpenSubtitlesHandler/project.json

16 lines
296 B
JSON
Raw Normal View History

2016-10-28 20:35:17 +02:00
{
2016-10-28 00:54:56 +02:00
"supports": {
"net46.app": {},
2016-10-29 22:02:21 +02:00
"uwp.10.0.app": {},
2016-10-28 00:54:56 +02:00
"dnxcore50.app": {}
},
"dependencies": {
"Microsoft.NETCore": "5.0.0",
2016-10-28 20:35:17 +02:00
"Microsoft.NETCore.Portable.Compatibility": "1.0.1"
2016-10-28 00:54:56 +02:00
},
"frameworks": {
"dotnet": {
2016-10-29 22:02:21 +02:00
"imports": "portable-net452+win81"
2016-10-28 00:54:56 +02:00
}
}
}