Can someone tell me where the NuGet package gets built, so I can have a look
and see what needs to be done?

Regards
David M Bennett FACS

Andl - A New Database Language - andl.org

-----Original Message-----
From: sqlite-users-boun...@mailinglists.sqlite.org
[mailto:sqlite-users-bounces at mailinglists.sqlite.org] On Behalf Of Joe
Mistachkin
Sent: Thursday, 18 February 2016 12:27 PM
To: 'SQLite mailing list' <sqlite-users at mailinglists.sqlite.org>
Subject: Re: [sqlite] NuGet problem


David M Bennett wrote:
> 
> "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."
> 

That package still needs to be updated to deal with the NuGet 3.0 changes
for packages containing native binaries.  In the meantime, is it possible
for you to use the System.Data.SQLite.Core package to obtain the
"SQLite.Interop.dll"
files and P/Invoke against those?

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users at mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to