Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Munn <greg@sgmunn.com>2014-10-14 18:38:24 +0400
committerGreg Munn <greg@sgmunn.com>2014-10-14 18:38:24 +0400
commit717958f35fba7bdc3c59c9e31daf14f9aeaab84b (patch)
treedf6bf7009111e20ec25cc26c00a2ece32758a08d /main/src/core/MonoDevelop.Startup
parentbca68034388d935a556650d02cede5baea6e8caa (diff)
Binding redirect for System.Net.Http so that Google.Apis.Auth can be used in mono .net 4.5
See 23683 for additional details.
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/app.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Startup/app.config b/main/src/core/MonoDevelop.Startup/app.config
index aa60d91311..de54905c68 100644
--- a/main/src/core/MonoDevelop.Startup/app.config
+++ b/main/src/core/MonoDevelop.Startup/app.config
@@ -7,6 +7,12 @@
<bindingRedirect oldVersion="0.84.0.0" newVersion="2.84.0.0"/>
</dependentAssembly>
</assemblyBinding>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
+ <bindingRedirect oldVersion="1.5.0.0-1.5.0.0" newVersion="4.0.0.0" />
+ </dependentAssembly>
+ </assemblyBinding>
</runtime>
<!-- This is required by the subversion add-in for windows, which uses a mixed mode assembly built with .NET 2.0 -->