Skip to content

Commit

Permalink
upgrade Google.Apis.Auth dependency to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Aug 11, 2016
1 parent dae95b4 commit a6624bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/csharp/Grpc.Auth/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"dependencies": {
"Grpc.Core": "1.0.0-pre2",
"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",
Expand Down
4 changes: 2 additions & 2 deletions templates/src/csharp/Grpc.Auth/project.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a6624bb

Please sign in to comment.