jellyfin/MediaBrowser.Model/project.json

17 lines
363 B
JSON
Raw Normal View History

2016-10-23 19:42:19 -07:00
{
2016-10-25 20:59:51 -07:00
"frameworks":{
"netstandard1.6":{
"dependencies":{
"NETStandard.Library":"1.6.0",
}
},
".NETPortable,Version=v4.5,Profile=Profile7":{
"buildOptions": {
"define": [ ]
},
"frameworkAssemblies":{
}
}
}
2016-10-21 19:08:34 -07:00
}