aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-08-07 07:59:41 +0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-08-11 22:26:21 +0800
commita6624bb0b59b6019adefb9e29a23d0336222ce46 (patch)
treef1420b88cf561becf97c417fecc063ebebd55276 /templates
parentdae95b4e3608bbb4d012e10627fea6d2e74b48a0 (diff)
upgrade Google.Apis.Auth dependency to 0.15.0
Diffstat (limited to 'templates')
-rw-r--r--templates/src/csharp/Grpc.Auth/project.json.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/src/csharp/Grpc.Auth/project.json.template b/templates/src/csharp/Grpc.Auth/project.json.template
index b3244e4d3c..19d4b42cf0 100644
--- a/templates/src/csharp/Grpc.Auth/project.json.template
+++ b/templates/src/csharp/Grpc.Auth/project.json.template
@@ -25,13 +25,13 @@
},
"dependencies": {
"Grpc.Core": "${settings.csharp_version}",
- "Google.Apis.Auth": "1.11.1"
+ "Google.Apis.Auth": "1.15.0"
},
"frameworks": {
"net45": { },
"netstandard1.5": {
"imports": [
- "net45"
+ "portable-net45"
],
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",