1{
2  "buildOptions": {
3    "debugType": "portable",
4    "emitEntryPoint": true,
5    "additionalArguments": [ "/main:Google.Protobuf.Examples.AddressBook.Program" ]
6  },
7  "dependencies": {
8    "Google.Protobuf": { "target": "project" }
9  },
10  "frameworks": {
11    "netcoreapp1.0": {
12      "dependencies": {
13        "Microsoft.NETCore.App": {
14          "type": "platform",
15          "version": "1.0.0"
16        }
17      }
18    }
19  }
20}
21