System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: a82f52a8c4802e61dfb172b586b43e3a72cc3b4a
Title: System.Data.SQLite.Core not fully compatible to .NetCore
Status: Closed Type: Feature_Request
Severity: Important Priority: Medium
Subsystem: NuGetPackage Resolution: Works_As_Designed
Last Modified: 2018-02-27 00:48:51
Version Found In: 1.0.107
User Comments:
anonymous added on 2018-02-05 12:47:16: (text/x-fossil-plain)
I'm using ASP.Net Core 2.0 and downloaded it via NuGet System.Data.SQLite 1.0.107.
I can build my app and use it, but when I'm building my project, I get the warning, that the lib has not the project target ".NETCoreApp,Version=v2.0", but ".NetFramework,Version=v.4.6.1" and might not be fully compatible. Here the exact warning in German:

>>Warnung NU1701
Das Paket "System.Data.SQLite.Core 1.0.107" wurde nicht mit dem Projektzielframework ".NETCoreApp,Version=v2.0", sondern mit ".NETFramework,Version=v4.6.1" wiederhergestellt. Dieses Paket ist mit Ihrem Projekt möglicherweise nicht vollständig kompatibel.<<

What is this about? Can I use the library with .Net Core?

mistachkin added on 2018-02-05 23:19:14: (text/x-fossil-plain)
System.Data.SQLite may work on .NET Core; however, it is not officially supported
nor tested on that platform.