SuaveMusicStore icon indicating copy to clipboard operation
SuaveMusicStore copied to clipboard

error NU1100: Unable to resolve 'System.Net.Mail (>= 1.0.0-rtm-00002)' for '.NETFramework,Version=v4.6.1'

Open saqw3r opened this issue 6 years ago • 1 comments

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.

saqw3r avatar Jun 10 '18 22:06 saqw3r

might be related to https://github.com/dotnet/cli/issues/7822

theimowski avatar Aug 10 '18 12:08 theimowski