aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Auth/project.json.template
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-09-09 07:24:52 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-09-09 07:24:52 -0700
commitf451d50d4ce1157a014e32faf2ef419eab2b9aea (patch)
treea5b71d02588dd1ae10ea2d9e1265fba61b978573 /templates/src/csharp/Grpc.Auth/project.json.template
parent5f84400ba85e18044ea7dea302c8c23174b0b912 (diff)
parent1b5f057995fb2b53746db281ae519d9ae475d24c (diff)
Merge remote-tracking branch 'upstream/master' into deadline_filter
Diffstat (limited to 'templates/src/csharp/Grpc.Auth/project.json.template')
-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"
}
}
}