ericsink / SQLitePCL.raw

A Portable Class Library (PCL) for low-level (raw) access to SQLite
Apache License 2.0
525 stars 109 forks source link

Not compatible with UAP (for AppCenter usage) #391

Closed amp64 closed 3 years ago

amp64 commented 3 years ago

I have a long-standing successful UWP app that now needs to use AppCenter as HockeySDK just got turned off. However AppCenter depends on this package, and I cannot add a reference to this package because:

NU1202: Package SQLitePCLRaw.bundle_green 2.0.4 is not compatible with uap10.0.10240 (UAP,Version=v10.0.10240). Package SQLitePCLRaw.bundle_green 2.0.4 supports:

ericsink commented 3 years ago

For netstandard2.0, which is the minimum for SQLitePCLRaw 2.x, the minimum supported version of UWP is Fall Creators Update, 10.0.16299.

amp64 commented 3 years ago

Ah, so no more Windows Mobile support for my app, makes sense now, thanks.