sendmsg ok sous GNU/Linux

This commit is contained in:
Paul Schneider 2016-07-22 15:14:49 +02:00
commit f73c60470f
2 changed files with 84 additions and 0 deletions

30
sendmsg/project.json Normal file
View file

@ -0,0 +1,30 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"tooling": {
"defaultNamespace": "sendmsg"
},
"dependencies": {
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-final",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
"System.Net.Http": "4.1.0",
"Newtonsoft.Json": "9.0.1"
},
"commands": {
"web": "Microsoft.AspNet.Server.Kestrel"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
},
"exclude": [
"wwwroot",
"node_modules"
],
"publishExclude": [
"**.user",
"**.vspscc"
]
}