SQLite-Net standard

Issue #93 resolved
PerfectedTech created an issue

Seems the option to use SQLite-net (https://www.nuget.org/packages/sqlite-net) doesn't work. The compiler flag no longer has PCL, but there are 69 compiler errors on every build attempt. Is there something particular that needs to be done for this sample project to compile with SQLite-net standard?

Comments (7)

  1. Anil Kumar

    @mkuckert I downloaded source code, built it & now it's working like a charm. Thanks :).

    If possible please make a NuGet package.

  2. Martin Kuckert

    The change has been merged into this repository. Have a look at the prerelease version 2.0.0-alpha1 of the NuGet package

  3. Log in to comment