Is "Target F# runtime:" of "N/A" nominal? -
in visual studio 2013.4 have f# project , looking @ properties see "target f# runtime:" "n/a" , drop down box disabled.
in same solution there many other f# projects. have "target f# runtime:" of f# 3.1 (fsharp.core, 4.3.1.0).
btw "target framework:" .net framework 4.5.
is "target f# runtime:" of "n/a" nominal or have problem houston?
i compared project , missing element in *.fsproj
<reference include="fsharp.core, version=$(targetfsharpcoreversion), culture=neutral, publickeytoken=b03f5f7f11d50a3a"> <private>true</private> </reference>
after adding that, "target f# runtime:" stopped being yeah, nah , f# 3.1 (fsharp.core, 4.3.1.0).
Comments
Post a Comment