aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples/project.json
blob: 21a730cb229d6e71b9e3aa65fbfc74db92c25aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "buildOptions": {
  },

  "dependencies": {
    "Grpc.Core": {
      "target": "project"
    },
    "Google.Protobuf": "3.0.0"
  },
  "frameworks": {
    "net45": {
      "frameworkAssemblies": {
        "System.Runtime": "",
        "System.IO": ""
      }
    },
    "netcoreapp1.0": {
      "dependencies": {
        "Microsoft.NETCore.App": {
          "type": "platform",
          "version": "1.0.0"
        }
      }
    }
  }
}