Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
- Update gRPC to 1.0.1
- Update System.Interactive.Async to 3.1.0-rc2
- Remove dependencies we didn't really need (due to transitive
  dependencies) so that we have fewer places to update in future.
  • Loading branch information
jskeet committed Nov 4, 2016
1 parent ad14b43 commit 7c12c48
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 17 deletions.
9 changes: 4 additions & 5 deletions src/Google.Api.Gax.Grpc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@

"dependencies": {
"Google.Api.Gax": { "target": "project" },
"Google.Apis.Auth": "1.16.0",
"Google.Apis.Auth": "1.18.0",
"Google.Protobuf": "3.0.0",
"Google.Protobuf.Tools": { "version": "3.0.0", "type": "build" },
"Grpc.Auth": "1.0.1-pre1",
"Grpc.Core": "1.0.1-pre1",
"Grpc.Tools": { "version": "1.0.0", "type": "build" },
"System.Interactive.Async": "3.0.0"
"Grpc.Auth": "1.0.1",
"Grpc.Core": "1.0.1",
"Grpc.Tools": { "version": "1.0.0", "type": "build" }
},
"frameworks": {
"net45": { },
Expand Down
5 changes: 2 additions & 3 deletions src/Google.Api.Gax.Rest/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@

"dependencies": {
"Google.Api.Gax": { "target": "project" },
"Google.Apis.Auth": "1.16.0",
"Google.Apis": "1.16.0",
"System.Interactive.Async": "3.0.0"
"Google.Apis.Auth": "1.18.0",
"Google.Apis": "1.18.0"
},
"frameworks": {
"net45": { },
Expand Down
2 changes: 1 addition & 1 deletion src/Google.Api.Gax/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},

"dependencies": {
"System.Interactive.Async": "3.0.0"
"System.Interactive.Async": "3.1.0-rc2"
},
"frameworks": {
"net45": {},
Expand Down
2 changes: 0 additions & 2 deletions test/Google.Api.Gax.Grpc.IntegrationTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"Google.Api.Gax": { "target": "project" },
"Google.Api.Gax.Grpc": { "target": "project" },
"Google.Api.Gax.Testing": { "target": "project" },
"System.Interactive.Async": "3.0.0",
"Grpc.Core": "1.0.1-pre1",
"Moq": "4.6.36-alpha"
},
"testRunner": "xunit",
Expand Down
3 changes: 1 addition & 2 deletions test/Google.Api.Gax.Grpc.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Google.Api.Gax.Grpc": { "target": "project" },
"Google.Api.Gax.Testing": { "target": "project" },
"Moq": "4.6.36-alpha",
"System.Interactive.Async": "3.0.0"
"Moq": "4.6.36-alpha"
},
"testRunner": "xunit",
"buildOptions": {
Expand Down
3 changes: 1 addition & 2 deletions test/Google.Api.Gax.Rest.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Google.Api.Gax.Rest": { "target": "project" },
"Moq": "4.6.36-alpha",
"System.Interactive.Async": "3.0.0"
"Moq": "4.6.36-alpha"
},
"testRunner": "xunit",
"buildOptions": {
Expand Down
3 changes: 1 addition & 2 deletions test/Google.Api.Gax.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Google.Api.Gax": { "target": "project" },
"Google.Api.Gax.Testing": { "target": "project" },
"Moq": "4.6.36-alpha",
"System.Interactive.Async": "3.0.0"
"Moq": "4.6.36-alpha"
},
"testRunner": "xunit",
"buildOptions": {
Expand Down

0 comments on commit 7c12c48

Please sign in to comment.