I have a F# project for which I would like to use .NET 4 (for System.Numerics). However when I try to compile in .NET 4 (I'm using MonoDevelop) I got the error:
unknown-file: Error 0: warning FS0217: The referenced or default base CLI library 'mscorlib' is binary-incompatible with the referenced library '/Library/Frameworks/Mono.framework/Versions/2.10.1/lib/mono/4.0/System.dll'. Consider recompiling the library or making an explicit reference to a version of this library that matches the CLI version you are using. (0) (ApproximationSuite)
Does anyone know how I can get round this?
System.Numerics.BigInteger(inside FSharp.Core.dll). - Brian