Re: [sqlite] [System.Data.SQLite] Nuget 3 support

2016-06-18 Thread Joe Mistachkin
Jann Roder wrote: > > Nuget 3 now seems to have much better support for native libraries. > I'd really like to use this for System.Data.SQLite. I suspect this will require a great deal of investigation, refactoring, and debugging. It's too late in the release cycle for 1.0.102.0 for this. I'll

[sqlite] [System.Data.SQLite] Nuget 3 support

2016-06-18 Thread Jann Roder
Hi, I recently migrated two of our solutions to nuget 3. Nuget 3 now seems to have much better support for native libraries. Unfortunately it is incompatible with the way the SQLite package currently does things. I had to manually call the traget that copies the interop libraries in my .csproj f