Missing targeting pack for “.NETFramework,Version=v4.0,Profile=Profile47”

前端 未结 2 1941
别那么骄傲
别那么骄傲 2021-01-13 23:46

I\'ve been having some problems when trying to compile the portable version of FSharp.Core from the f# source code.

To help with this, I created some project files t

2条回答
  •  -上瘾入骨i
    2021-01-14 00:26

    I had this issue recently. It turned out that I was importing the wrong targets file at the bottom of the project.

    To get it to work, I replaced it with this:

提交回复
热议问题