GCM test - initial import
This commit is contained in:
parent
fea0240fc0
commit
c1dc610f22
7 changed files with 216 additions and 0 deletions
21
MessageSender/project.json
Normal file
21
MessageSender/project.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue