praeclarum / sqlite-net

Simple, powerful, cross-platform SQLite client and ORM for .NET
MIT License
4.07k stars 1.42k forks source link

Incompatibility with .NetCore 2 #664

Open Mohsens22 opened 6 years ago

Mohsens22 commented 6 years ago

Hey there! I'm about to use this PCL library in a .NET Core program. But the point is that after getting package, some dependencies seem to have incompatibility issues(Linux, OSX,V110_xp). It tells me that it's targeted Net 4.6 but not net core 2. Anyone have any idea?

ericsink commented 6 years ago

This library is compatible with .NET Core 2.

To figure out what's going wrong in your situation, we need more details from you. Error messages. Specific versions being used. Etc.

Mohsens22 commented 6 years ago

@ericsink Please take a look at this pic and see what's going on. If you need more info, just tell me. image

ericsink commented 6 years ago

Change the version of sqlite-net-pcl to 1.5.166-beta and see if that makes a difference.

If you still see problems, change version of SQLitePCLRaw.bundle_green to 1.1.9 and see if that makes a difference.

Mohsens22 commented 6 years ago

V 1.5.166 beta works just fine! thanks :)