aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Auth
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-13 11:01:50 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-13 11:01:50 -0700
commitc6dfe859dc53adf87357f9d7f568c00cf25b0dcb (patch)
treecc7bfed667536b87c0adb7bd89a0f427285327d0 /templates/src/csharp/Grpc.Auth
parenta587b4136976ab19f370b0ff18a2cd9f4c720cda (diff)
parent6e51f992c6bfdfba61d984ab173305da455bd2e7 (diff)
Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changes
Diffstat (limited to 'templates/src/csharp/Grpc.Auth')
-rw-r--r--templates/src/csharp/Grpc.Auth/project.json.template9
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/src/csharp/Grpc.Auth/project.json.template b/templates/src/csharp/Grpc.Auth/project.json.template
index 19d4b42cf0..939a0c8d28 100644
--- a/templates/src/csharp/Grpc.Auth/project.json.template
+++ b/templates/src/csharp/Grpc.Auth/project.json.template
@@ -25,18 +25,13 @@
},
"dependencies": {
"Grpc.Core": "${settings.csharp_version}",
- "Google.Apis.Auth": "1.15.0"
+ "Google.Apis.Auth": "1.16.0"
},
"frameworks": {
"net45": { },
"netstandard1.5": {
- "imports": [
- "portable-net45"
- ],
"dependencies": {
- "Microsoft.NETCore.Portable.Compatibility": "1.0.1",
- "NETStandard.Library": "1.6.0",
- "System.Threading.Tasks": "4.0.11"
+ "NETStandard.Library": "1.6.0"
}
}
}