diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-03-12 14:20:04 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-04-27 10:58:08 -0700 |
commit | 119761f7893b64dc30c0ad5383ef2bcf01e0c7a5 (patch) | |
tree | c81e204e373340f99cf056aeabe3681847bcd133 /src/csharp/Grpc.IntegrationTesting.Client/app.config | |
parent | 8bf5fc88d47ded1055e8fbb2ec99e75a3a356145 (diff) |
added dependency on Google.Apis.Auth package
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.Client/app.config')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting.Client/app.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.Client/app.config b/src/csharp/Grpc.IntegrationTesting.Client/app.config new file mode 100644 index 0000000000..4e4d248a19 --- /dev/null +++ b/src/csharp/Grpc.IntegrationTesting.Client/app.config @@ -0,0 +1,11 @@ +<?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.28.0" newVersion="4.2.28.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime> +</configuration>
\ No newline at end of file |