jellyfin/SocketHttpListener.Portable/project.json
2016-11-11 14:55:12 -05:00

17 lines
363 B
JSON

{
"frameworks":{
"netstandard1.6":{
"dependencies":{
"NETStandard.Library":"1.6.0",
}
},
".NETPortable,Version=v4.5,Profile=Profile7":{
"buildOptions": {
"define": [ ]
},
"frameworkAssemblies":{
}
}
}
}