yavsc/sendmsg/project.json

28 lines
496 B
JSON
Raw Normal View History

2016-07-22 15:14:49 +02:00
{
"version": "1.0.0-*",
2016-07-27 10:42:43 +02:00
"description": "ConsoleApplication Console Application",
"authors": [
""
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
2016-07-22 15:14:49 +02:00
"compilationOptions": {
"emitEntryPoint": true
},
"tooling": {
2016-07-27 10:42:43 +02:00
"defaultNamespace": "ConsoleApplication"
2016-07-22 15:14:49 +02:00
},
"dependencies": {
2016-07-27 10:42:43 +02:00
"Newtonsoft.Json": "9.0.1",
"System.Net.Http": "4.1.0"
2016-07-22 15:14:49 +02:00
},
"commands": {
2016-07-27 10:42:43 +02:00
"ConsoleApplication": "ConsoleApplication"
2016-07-22 15:14:49 +02:00
},
"frameworks": {
2016-07-27 10:42:43 +02:00
"dnx451": {}
}
}