essai de la notification GCM

This commit is contained in:
Paul Schneider 2016-07-27 10:42:43 +02:00
commit 8e96622fba
3 changed files with 43 additions and 21 deletions

View file

@ -1,30 +1,28 @@
{
"version": "1.0.0-*",
"description": "ConsoleApplication Console Application",
"authors": [
""
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
"compilationOptions": {
"emitEntryPoint": true
},
"tooling": {
"defaultNamespace": "sendmsg"
"defaultNamespace": "ConsoleApplication"
},
"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"
"Newtonsoft.Json": "9.0.1",
"System.Net.Http": "4.1.0"
},
"commands": {
"web": "Microsoft.AspNet.Server.Kestrel"
"ConsoleApplication": "ConsoleApplication"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
},
"exclude": [
"wwwroot",
"node_modules"
],
"publishExclude": [
"**.user",
"**.vspscc"
]
}
"dnx451": {}
}
}