I'm trying to deploy on .net 4.6 (which is what azure apps use), so I'm referencing the latest fsharp.core compatible with that framework on my .fsproj
, which is <TargetFSharpCoreVersion>4.4.0.0</TargetFSharpCoreVersion>
But on my code I'm using Suave 2.0.0-rc8, which references some fsharp.core 4.0.0.1
, the one that is available from nuget.
But somehow, it works! Can anybody give me an explanation even if it is a bit simplistic of how it works? How can there be two fsharp.cores, it seems it is not as core as it sounds.
:s