yavsc/sendmsg/project.json

29 lines
496 B
JSON

{
"version": "1.0.0-*",
"description": "ConsoleApplication Console Application",
"authors": [
""
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
"compilationOptions": {
"emitEntryPoint": true
},
"tooling": {
"defaultNamespace": "ConsoleApplication"
},
"dependencies": {
"Newtonsoft.Json": "9.0.1",
"System.Net.Http": "4.1.0"
},
"commands": {
"ConsoleApplication": "ConsoleApplication"
},
"frameworks": {
"dnx451": {}
}
}