blob: 3805f4759e8e5633e82806e5fc03d8aa7093669e [file] [log] [blame]
Jan Tattermuschec4359d2016-04-11 20:55:44 -07001{
Craig Tiller5cad46e2017-01-30 15:32:24 -08002 "version": "1.2.0-dev",
Jan Tattermuschec4359d2016-04-11 20:55:44 -07003 "title": "gRPC C# Auth",
Jan Tattermuscha6c9a912016-06-15 10:11:43 -07004 "authors": [ "Google Inc." ],
Jan Tattermuschec4359d2016-04-11 20:55:44 -07005 "copyright": "Copyright 2015, Google Inc.",
Jan Tattermuscha6c9a912016-06-15 10:11:43 -07006 "packOptions": {
7 "summary": "Auth library for C# implementation of gRPC - an RPC library and framework",
8 "description": "Auth library for C# implementation of gRPC - an RPC library and framework. See project site for more info.",
9 "owners": [ "grpc-packages" ],
10 "licenseUrl": "https://github.com/grpc/grpc/blob/master/LICENSE",
11 "projectUrl": "https://github.com/grpc/grpc",
12 "requireLicenseAcceptance": false,
13 "tags": [ "gRPC RPC Protocol HTTP/2 Auth OAuth2" ],
14 },
Jan Tattermusch652c0002016-06-27 18:39:30 -070015 "buildOptions": {
16 "define": [ "SIGNED" ],
17 "keyFile": "../keys/Grpc.snk",
Jan Tattermuscha9208be2016-06-29 12:03:32 -070018 "xmlDoc": true,
19 "compile": {
20 "includeFiles": [ "../Grpc.Core/Version.cs" ]
21 }
Jan Tattermusch652c0002016-06-27 18:39:30 -070022 },
Jan Tattermuschec4359d2016-04-11 20:55:44 -070023 "dependencies": {
Craig Tiller5cad46e2017-01-30 15:32:24 -080024 "Grpc.Core": "1.2.0-dev",
Jan Tattermusch3fa3d442016-09-05 12:15:22 +020025 "Google.Apis.Auth": "1.16.0"
Jan Tattermuschec4359d2016-04-11 20:55:44 -070026 },
27 "frameworks": {
28 "net45": { },
Jan Tattermusch317b8ac2016-06-16 09:36:11 -070029 "netstandard1.5": {
Jan Tattermuschec4359d2016-04-11 20:55:44 -070030 "dependencies": {
Jan Tattermuschb9a6f792016-09-05 16:33:46 +020031 "NETStandard.Library": "1.6.0"
Jan Tattermuschec4359d2016-04-11 20:55:44 -070032 }
33 }
34 }
35}