aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-08-13 14:12:18 +0800
committerGravatar GitHub <noreply@github.com>2016-08-13 14:12:18 +0800
commitf45dd74b0151ce934b896eb1676302f80ab38032 (patch)
tree386321040e8464d693708f68bcf04e3c49063c0a /templates
parentc5b7347302ecd0a60dd24444019b22de02ca92f2 (diff)
parent80c704bfa8be8a643e3cefefdacee4b8072f173c (diff)
Merge pull request #7660 from jtattermusch/google_apis_auth_coreclr
Updgrade Google.Apis.Auth dependency to 0.15
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",