aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-05 12:15:22 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-09-15 18:18:20 +0200
commit4da4750897828e7081e00784970ac6134158fcea (patch)
treee28805992afea1d9c6d2466c7be75dc996c3c3c3 /templates
parentabfd37fc86df4112120781c0a960baafdef3244f (diff)
update Google.Apis.Auth to 1.16.0 for project.json projects
Diffstat (limited to 'templates')
-rw-r--r--templates/src/csharp/Grpc.Auth/project.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Auth/project.json.template b/templates/src/csharp/Grpc.Auth/project.json.template
index 19d4b42cf0..39b201ffb1 100644
--- a/templates/src/csharp/Grpc.Auth/project.json.template
+++ b/templates/src/csharp/Grpc.Auth/project.json.template
@@ -25,7 +25,7 @@
},
"dependencies": {
"Grpc.Core": "${settings.csharp_version}",
- "Google.Apis.Auth": "1.15.0"
+ "Google.Apis.Auth": "1.16.0"
},
"frameworks": {
"net45": { },