| Index: third_party/grpc/test/distrib/csharp/DistribTest/App.config
|
| diff --git a/third_party/grpc/test/distrib/csharp/DistribTest/App.config b/third_party/grpc/test/distrib/csharp/DistribTest/App.config
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..30d3e094721ff558f2d1e9a0fcfca065f05f37dd
|
| --- /dev/null
|
| +++ b/third_party/grpc/test/distrib/csharp/DistribTest/App.config
|
| @@ -0,0 +1,14 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<configuration>
|
| + <startup>
|
| + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
| + </startup>
|
| + <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>
|
| + </assemblyBinding>
|
| + </runtime>
|
| +</configuration>
|
|
|