yavsc/MessageSender/project.json

22 lines
383 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "build",
"version": "1.0.0-rc2-3002702"
},
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {
"dnx451": {"compilationOptions": {"emitEntryPoint": true}},
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}
}