Wednesday, 15 September 2010

f# - Missing targeting pack for ".NETFramework,Version=v4.0,Profile=Profile47" -



f# - Missing targeting pack for ".NETFramework,Version=v4.0,Profile=Profile47" -

i've been having problems when trying compile portable version of fsharp.core f# source code.

to help this, created project files able open within visual studio instead of having utilize next command:

msbuild fsharp-library-build.proj /p:targetframework=portable-net4+sl4+wp71+win8

when open fsharp.core.portable.sln here, weird error:

there no such targeting pack vs2012, it's supposed come out of box.

i had issue recently. turned out importing wrong targets file @ bottom of project.

to work, replaced this:

<import project="$(msbuildextensionspath32)\..\microsoft sdks\f#\3.0\framework\v4.0\microsoft.portable.fsharp.targets" />

f# visual-studio-2012 portable-class-library

No comments:

Post a Comment