Updating Azure Mobile SQLiteStore to 3.0
If you are using Azure Mobile Apps as a backend for your Xamarin and Windows apps you may have seen a very fancy new 3.0 release pop up in NuGet. This is a super important update for the NuGet that brings in the amazing SQLite.raw to ensure compatibility with changes in Android N. So what is new? Well according to the changelog: Version 3.0.0 Update Microsoft.Azure.Mobile.Client.SQLiteStore to depend on SQLitePCLRaw.core and SQLitePCLRaw.bundle_greeninstead of SQLitePCLFix #210 NuGet package sho…
