GCM test - initial import

This commit is contained in:
Paul Schneider 2016-07-22 11:46:03 +02:00
commit c1dc610f22
7 changed files with 216 additions and 0 deletions

View 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"
}
}
}