This error happens on building the .fsproj project (branch src_v2.0) in VSCode using command:
dotnet build "{{filepath}}\SuaveMusicStore.fsproj"
Not sure if it could help, but I noticed, that:
- If change
<TargetFramework>net461</TargetFramework> to e.g. <TargetFramework>net452</TargetFramework> there is another error occured:
error MSB6004: The specified task executable location "C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\fsc.exe" is invalid.
This error happens on building the .fsproj project (branch src_v2.0) in VSCode using command:
dotnet build "{{filepath}}\SuaveMusicStore.fsproj"
Not sure if it could help, but I noticed, that:
<TargetFramework>net461</TargetFramework>to e.g.<TargetFramework>net452</TargetFramework>there is another error occured:error MSB6004: The specified task executable location "C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\fsc.exe" is invalid.