f# - Is FSharp.Data.DesignTime .NET 4.5 only? -


i'm using fsharp.data.1.1.10 in .net 4.0 project, , when add fsharp.data nuget, creates packages\fsharp.data.1.1.10\lib\net40 directory puts fsharp.data.dll , fsharp.data.designtime.dll. according telerik justdecompile, fsharp.data.dll .net 4.0 dll, fsharp.data.designtime.dll .net 4.5 dll though resides in net40 subdirectory.

so, fsharp.data.designtime .net 4.5 only, or bug?

yes, fsharp.data.designtime .net 4.5, doesn't mean projects have .net 4.5 also, it's design time component, , shouldn't reference it, fsharp.data.dll

edit:

in fsharp.data 1.1.x designtime dll being added mistake when referencing nuget package, in 2.x fixed


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -