aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.Server
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-23 22:48:28 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-24 14:52:08 -0700
commita6b82884689ddbbae2c63763dfc1992a616dd72d (patch)
tree655019bb0f734440e4c29db383c20d7486c1dc98 /src/csharp/Grpc.IntegrationTesting.Server
parentdce9f6e4c2c0ff118fc1b4412cd118833f091720 (diff)
upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded code
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.Server')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.Server/app.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.Server/app.config b/src/csharp/Grpc.IntegrationTesting.Server/app.config
index 966b777192..0a82bb4f16 100644
--- a/src/csharp/Grpc.IntegrationTesting.Server/app.config
+++ b/src/csharp/Grpc.IntegrationTesting.Server/app.config
@@ -4,7 +4,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.2.28.0" newVersion="4.2.28.0" />
+ <bindingRedirect oldVersion="0.0.0.0-4.2.29.0" newVersion="4.2.29.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />