Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save miklund/3188dcddbe6769649a17 to your computer and use it in GitHub Desktop.
Save miklund/3188dcddbe6769649a17 to your computer and use it in GitHub Desktop.
2013-02-16 Could not load file or assembly FSharp.Core, Version=4.0.0.0
# Title:
# Author: Mikael Lundin
# Link: http://blog.mikaellundin.name/2013/02/16/could-not-load-file-or-assembly-fsharp.core-version-4.0.0.0.html
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="4.0.0.0" newVersion="4.3.0.0"/>
<bindingRedirect oldVersion="2.3.5.0" newVersion="4.3.0.0"/>
<bindingRedirect oldVersion="2.0.0.0" newVersion="4.3.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment