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