Created
January 12, 2016 20:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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