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:
authornosami <jasonimison@gmail.com>2016-02-19 21:51:56 +0300
committernosami <jasonimison@gmail.com>2016-02-19 21:51:56 +0300
commit86f80729351795661b172f05cd734344b39f8460 (patch)
tree9471a96d6b5e5f0546b8c764801947cf2d5ebf29 /main/src/core/MonoDevelop.Startup
parent37fcde895b93dcecf76b4b5e1d8b6918bea08375 (diff)
add assembly redirects for FSharp.Core 4.4.0.0
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/app.config8
1 files changed, 7 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Startup/app.config b/main/src/core/MonoDevelop.Startup/app.config
index 7a19cb2817..706a0930a6 100644
--- a/main/src/core/MonoDevelop.Startup/app.config
+++ b/main/src/core/MonoDevelop.Startup/app.config
@@ -18,6 +18,12 @@
<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>
+ </assemblyBinding>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
+ <bindingRedirect oldVersion="2.0.0.0-4.3.1.0" newVersion="4.4.0.0"/>
+ </dependentAssembly>
+ </assemblyBinding>
</runtime>
</configuration>