diff options
author | David Garcia Quintas <dgq@google.com> | 2015-08-18 16:11:09 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2015-08-18 16:11:09 -0700 |
commit | 7fc37a23856604259a0b048e0df00ef3065a58d8 (patch) | |
tree | 9e3b7622f474d15a43b753912582234b81588e32 /src/csharp/Grpc.IntegrationTesting/packages.config | |
parent | beac88ca56f4710e86668f2cbbd80e02e0607f9c (diff) | |
parent | 7ff63f6abad6c49a7b88b036c54075a03433457c (diff) |
Merge branch 'master' of github.com:grpc/grpc into compression-accept-encoding
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/packages.config')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting/packages.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/packages.config b/src/csharp/Grpc.IntegrationTesting/packages.config index 7d1f84f303..0867b091b9 100644 --- a/src/csharp/Grpc.IntegrationTesting/packages.config +++ b/src/csharp/Grpc.IntegrationTesting/packages.config @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <packages> <package id="BouncyCastle" version="1.7.0" targetFramework="net45" /> - <package id="Google.Apis.Auth" version="1.9.2" targetFramework="net45" /> - <package id="Google.Apis.Core" version="1.9.2" targetFramework="net45" /> + <package id="Google.Apis.Auth" version="1.9.3" targetFramework="net45" /> + <package id="Google.Apis.Core" version="1.9.3" targetFramework="net45" /> <package id="Google.ProtocolBuffers" version="2.4.1.521" targetFramework="net45" /> <package id="Ix-Async" version="1.2.3" targetFramework="net45" /> <package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" /> |