jellyfin-server/MediaBrowser.Common/project.json

16 lines
296 B
JSON
Raw Normal View History

2016-10-23 23:49:13 +00:00
{
"supports": {
"net46.app": {},
"uwp.10.0.app": {},
"dnxcore50.app": {}
},
"dependencies": {
"Microsoft.NETCore": "5.0.0",
2016-10-24 02:42:19 +00:00
"Microsoft.NETCore.Portable.Compatibility": "1.0.1"
2016-10-23 23:49:13 +00:00
},
"frameworks": {
"dotnet": {
"imports": "portable-net452+win81"
}
}
}