project.json 471 Bytes
Newer Older
1 2 3 4 5 6
{
  "buildOptions": {
    "debugType": "portable",
    "emitEntryPoint": true
  },
  "dependencies": {
7 8
    "Google.Protobuf": { "target": "project" },
    "Google.Protobuf.Test": { "target": "project" }
9 10 11
  },
  "frameworks": {
    "netcoreapp1.0": {
12
      "imports": [ "dnxcore50", "netcoreapp1.0", "portable-net45+win8" ],
13 14 15 16 17 18 19 20 21
      "dependencies": {
        "Microsoft.NETCore.App": {
          "type": "platform",
          "version": "1.0.0"
        }
      }
    }
  }
}