The pre-built binaries for the F# PowerPack are compiled against the .NET 2.0 runtime. If I have a .NET 4.0 project, is there any advantage to compiling the PowerPack source for the .NET 4 runtime?
The pre-built binaries for the F# PowerPack are compiled against the .NET 2.0 runtime.
Share
I used .NET 2.0 version of F# PowerPack in F# snippets web site, which is a .NET 4.0 ASP.NET project. The only disadvantage of not using 4.0 version was that I had to add configuration to load 4.0 version of
FSharp.Core.dllwhen looking for 2.0 version (which is referenced by the 2.0 version of PowerPack).I had to add something like the following and then it worked just fine: