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

Figure out platform version in the tfm for ios, tvos, android, etc #443

Closed ericsink closed 2 years ago

ericsink commented 2 years ago

Trying to switch all the Xamarin builds over to the net6.0 workloads, things fail if I just use plain tfms like net6.0-ios. The packaging step gripes about not having a platform version.

OTOH, if I change everything to tfms like net6.0-ios14, then it works.

(1) I thought the platform version was supposed to be optional. Can I omit it? (2) If I have to include it, what value should I use, for iOS, tvOS, and Android?