aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.QpsWorker/app.config
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-08-18 15:04:25 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-08-18 15:04:25 -0700
commit80763dd7c48f9fe9f0499f9a3d6c340b81d1acb7 (patch)
tree0696c8d9b1a5bbf20dc34070eb625bc97f915be9 /src/csharp/Grpc.IntegrationTesting.QpsWorker/app.config
parent5b0e9462f0d40b171d50c03b29016c36588a3520 (diff)
parentf4112fc06e126ae4adc4dce99d71d021ff36bf9a (diff)
Merge branch 'master' of github.com:grpc/grpc into lb_add_md
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.QpsWorker/app.config')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.QpsWorker/app.config15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/app.config b/src/csharp/Grpc.IntegrationTesting.QpsWorker/app.config
deleted file mode 100644
index e204447bb3..0000000000
--- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/app.config
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <runtime>
- <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.29.0" newVersion="4.2.29.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Google.Apis.Core" publicKeyToken="4b01fa6e34db77ab" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-1.11.1.0" newVersion="1.11.1.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration> \ No newline at end of file