aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples/project.json
blob: 4a3810596b0919e591f0ded6157450a071bfa2dc (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
28
29
{
  "buildOptions": {
    "compile": "**/*.cs"
  },

  "dependencies": {
    "Grpc.Core": {
      "version": "0.0.1",
      "taget": "project"
    },
    "Google.Protobuf": "3.0.0-beta3"
  },
  "frameworks": {
    "net45": {
      "frameworkAssemblies": {
        "System.Runtime": "",
        "System.IO": ""
      }
    },
    "netstandard1.5": {
      "imports": [
        "portable-net45"
      ],
      "dependencies": {
        "NETStandard.Library": "1.5.0-rc2-24027"
      }
    }
  }
}