aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/helloworld-from-cli/Greeter/project.json
blob: 40fba7cf1f5d097b579904d30e36bef1d9f7edf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "title": "Greeter",
  "version": "1.0.0-*",
  "buildOptions": {
    "debugType": "portable",
  },
  "dependencies": {
    "Google.Protobuf": "3.0.0",
    "Grpc": "1.0.0",
  },
  "frameworks": {
    "net45": {
      "frameworkAssemblies": {
        "System.Runtime": "",
        "System.IO": ""
      },
      "dependencies": {
	"Microsoft.NETCore.Platforms": "1.0.1" 
      }
    }
  }
}