ericsink / SQLitePCL.raw

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

Remove Xamarin support #562

Open ericsink opened 7 months ago

ericsink commented 7 months ago

I've got a new branch no-xamarin which removes support for the legacy/Xamarin mobile platforms. Android and iOS are still supported with net6.0 and up.

For now, this is a branch, but I'm trying to figure out when to bring it into main.

ericsink commented 6 months ago

I forgot to reference this bug and #561 in the commit message, but see 5a8320979c1594c984cc31515664d17cc0cae3ca for significant progress on removing legacy Xamarin support and using that as an opportunity to simplify the build system along the lines of what @bricelam did in the SQLite3MultipleCiphers-Nuget repo.