-
Notifications
You must be signed in to change notification settings - Fork 71
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
build problem with dotnet\sdk\3.0.100 #361
Comments
I was just struggling with this. Thanks for filing the issue! |
@brettrowberry glad to hear confirmation. I struggled with getting it to the point where I could file an issue. |
I had the same problem today. It seems the workaround is to continue to use the |
https://github.com/demetrixbio/FSharp.Data.Npgsql is very similar to FSharp.Data.SqlClient. We recently migrated to netstandard2.0 without any net461 dependencies. It works smoothly on Windows/Unix using 3.1.201 SDK. If you are having issues, I would suggest to try new SDK. |
I have moved on to 3.1.201 SDK, and since 3.1 has dotnet long term support and 3.0 does not, I recommend closing this issue. |
Description
Does not build with dotnet\sdk\3.0.100 or higher.
set framework to netstandard2.1
error:
set framework to netstandard2.0
error:
(same error)
set framework to net472
error:
In the case of net472 it should be finding System.Data.SqlClient, Version=4.7, which is available in
packages\...lib\netstandard2.0
via paket.Repro steps
Use paket in usual manner for dependencies, either specifying framework or autodetect, does not matter.
Use FAKE build:
Related information
This builds successfully in any of these 3 frameworks when built from Visual Studio, which uses a MSBuild.exe from
DotNet build uses MSBuild.dll from the
folder.
The text was updated successfully, but these errors were encountered: