aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth/Grpc.Auth.nuspec
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-23 22:48:28 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-24 14:52:08 -0700
commita6b82884689ddbbae2c63763dfc1992a616dd72d (patch)
tree655019bb0f734440e4c29db383c20d7486c1dc98 /src/csharp/Grpc.Auth/Grpc.Auth.nuspec
parentdce9f6e4c2c0ff118fc1b4412cd118833f091720 (diff)
upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded code
Diffstat (limited to 'src/csharp/Grpc.Auth/Grpc.Auth.nuspec')
-rw-r--r--src/csharp/Grpc.Auth/Grpc.Auth.nuspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.nuspec b/src/csharp/Grpc.Auth/Grpc.Auth.nuspec
index 1262bdbdab..eeaa49aa92 100644
--- a/src/csharp/Grpc.Auth/Grpc.Auth.nuspec
+++ b/src/csharp/Grpc.Auth/Grpc.Auth.nuspec
@@ -15,8 +15,7 @@
<copyright>Copyright 2015, Google Inc.</copyright>
<tags>gRPC RPC Protocol HTTP/2 Auth OAuth2</tags>
<dependencies>
- <dependency id="BouncyCastle" version="1.7.0" />
- <dependency id="Google.Apis.Auth" version="1.9.1" />
+ <dependency id="Google.Apis.Auth" version="1.9.2" />
<dependency id="Grpc.Core" version="$version$" />
</dependencies>
</metadata>