Trying to use NuGet to install Sqlite. The error is:

"Could not install package 'sqlite.redist 3.8.4.2'. You are trying to
install this package into a project that targets
'.NETFramework,Version=v4.5', but the package does not contain any assembly
references or content files that are compatible with that framework. For
more information, contact the package author."

The project is C#, but I'm using P/Invoke to call the C-API directly. All I
need is the bare minimum so I can automate the build. I really don't need
ADO, LINQ or any of that other stuff. Just the DLL, and maybe the C header
and EXE.

Is this something I'm doing wrong, or a problem with the NuGet package, or
what?

Regards
David M Bennett FACS

Andl - A New Database Language - andl.org


Reply via email to