aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth/project.json
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-15 10:11:43 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-15 15:17:01 -0700
commita6c9a9121ec68a6754f4020bed357498bb237b37 (patch)
treede151807d25c8170496589be0f300c3df6a3b7b5 /src/csharp/Grpc.Auth/project.json
parentae7b048de4c6b8691dcd89b1a4442aa08ce3392d (diff)
update project.json
Diffstat (limited to 'src/csharp/Grpc.Auth/project.json')
-rw-r--r--src/csharp/Grpc.Auth/project.json25
1 files changed, 11 insertions, 14 deletions
diff --git a/src/csharp/Grpc.Auth/project.json b/src/csharp/Grpc.Auth/project.json
index 513325f749..25579982a9 100644
--- a/src/csharp/Grpc.Auth/project.json
+++ b/src/csharp/Grpc.Auth/project.json
@@ -1,20 +1,17 @@
{
"version": "0.14.0-anexperiment",
-
"title": "gRPC C# Auth",
- "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.",
- "authors": ["Google Inc."],
- "owners": ["grpc-packages"],
- "licenseUrl": "https://github.com/grpc/grpc/blob/master/LICENSE",
- "projectUrl": "https://github.com/grpc/grpc",
- "requireLicenseAcceptance": false,
+ "authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.",
- "tags": ["gRPC RPC Protocol HTTP/2 Auth OAuth2"],
-
- "compile": "**/*.cs",
- "resourceFiles": ["../../../etc/roots.pem"],
-
+ "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" ],
+ },
"dependencies": {
"Grpc.Core": "0.14.0-anexperiment",
"Google.Apis.Auth": "1.11.1"
@@ -28,7 +25,7 @@
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-23516",
"Microsoft.NETCore.Portable.Compatibility": "1.0.1-beta-23516",
- "System.Threading.Tasks": "4.0.11-beta-23516"
+ "System.Threading.Tasks": "4.0.11-beta-23516"
}
}
}