Skip to content

Instantly share code, notes, and snippets.

@nakamura-to
Created September 27, 2012 02:03
Show Gist options
  • Save nakamura-to/3791748 to your computer and use it in GitHub Desktop.
Save nakamura-to/3791748 to your computer and use it in GitHub Desktop.
Use Soma with F# 3.0
<?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="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral">
</assemblyIdentity>
<bindingRedirect oldVersion="4.0.0.0" newVersion="4.3.0.0">
</bindingRedirect>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment