jellyfin-server/Emby.Server.Implementations/project.json

10 lines
194 B
JSON
Raw Normal View History

2016-11-03 21:04:55 +00:00
{
2016-11-03 19:07:48 +00:00
"supports": {},
"dependencies": {
2016-11-03 21:04:55 +00:00
"MediaBrowser.Naming": "1.0.0.59",
"Patterns.Logging": "1.0.0.6"
2016-11-03 19:07:48 +00:00
},
"frameworks": {
2016-11-03 21:04:55 +00:00
".NETPortable,Version=v4.5,Profile=Profile7": {}
2016-11-03 19:07:48 +00:00
}
}