github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/examples/hash/csharp/project.json (about)

     1  {
     2    "version": "1.0.0-*",
     3    "buildOptions": {
     4      "debugType": "portable",
     5      "emitEntryPoint": true
     6    },
     7    "dependencies": {},
     8    "frameworks": {
     9      "netcoreapp1.1": {
    10        "dependencies": {
    11          "Microsoft.NETCore.App": {
    12            "type": "platform",
    13            "version": "1.1.0"
    14          }
    15        },
    16        "imports": "dnxcore50"
    17      }
    18    }
    19  }