Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
saqw3r opened this issue Jun 10, 2018 · 1 comment

Comments

@saqw3r
Copy link

saqw3r commented Jun 10, 2018

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.

@theimowski
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants