aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth/project.json
blob: 4052ec839848ea5efbb28e2326263b9dab5f12e1 (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
30
31
32
33
34
35
{
  "version": "1.1.0-dev",
  "title": "gRPC C# Auth",
  "authors": [ "Google Inc." ],
  "copyright": "Copyright 2015, Google Inc.",
  "packOptions": {
    "summary": "Auth library for C# implementation of gRPC - an RPC library and framework",
    "description": "Auth library for C# implementation of gRPC - an RPC library and framework. See project site for more info.",
    "owners": [ "grpc-packages" ],
    "licenseUrl": "https://github.com/grpc/grpc/blob/master/LICENSE",
    "projectUrl": "https://github.com/grpc/grpc",
    "requireLicenseAcceptance": false,
    "tags": [ "gRPC RPC Protocol HTTP/2 Auth OAuth2" ],
  },
  "buildOptions": {
    "define": [ "SIGNED" ],
    "keyFile": "../keys/Grpc.snk",
    "xmlDoc": true,
    "compile": {
      "includeFiles": [ "../Grpc.Core/Version.cs" ]
    }
  },
  "dependencies": {
    "Grpc.Core": "1.1.0-dev",
    "Google.Apis.Auth": "1.16.0"
  },
  "frameworks": {
    "net45": { },
    "netstandard1.5": {
      "dependencies": {
        "NETStandard.Library": "1.6.0"
      }
    }
  }
}