novotnyllc / MSBuildSdkExtras

Extra properties for MSBuild SDK projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not use with F#

Dolfik1 opened this issue · comments

I got the following error while trying to build an F# application:

The imported project "/Users/nikolay/.nuget/packages/msbuild.sdk.extras/3.0.44/Build/targets/Microsoft.NET.Sdk.FSharpTargetsShim.targets" was not found. Confirm that the expression in the Import declaration "/Users/nikolay/.nuget/packages/msbuild.sdk.extras/3.0.44/Build/LanguageTargets/../targets/Microsoft.NET.Sdk.FSharpTargetsShim.targets" is correct, and that the file exists on disk.  /Users/nikolay/.nuget/packages/msbuild.sdk.extras/3.0.44/Build/LanguageTargets/CheckMissing.targets

I have attached an sample app:
App.zip

cc @dsyme