jellyfin/SocketHttpListener.Portable/project.json

17 lines
363 B
JSON
Raw Normal View History

2016-11-11 20:55:12 +01:00
{
2016-11-04 04:07:26 +01:00
"frameworks":{
2016-11-04 03:57:58 +01:00
"netstandard1.6":{
"dependencies":{
"NETStandard.Library":"1.6.0",
}
},
".NETPortable,Version=v4.5,Profile=Profile7":{
"buildOptions": {
"define": [ ]
},
"frameworkAssemblies":{
}
}
}
2016-11-03 20:07:48 +01:00
}