diff --git a/SQLiteCache/Shared/SQLiteCache.cs b/SQLiteCache/Shared/SQLiteCache.cs index b574c401..0d29d384 100644 --- a/SQLiteCache/Shared/SQLiteCache.cs +++ b/SQLiteCache/Shared/SQLiteCache.cs @@ -4,12 +4,7 @@ using System; using System.Diagnostics; -#if WINDOWS_UWP -using SQLiteCommand = Microsoft.Data.Sqlite.SqliteCommand; -using SQLiteConnection = Microsoft.Data.Sqlite.SqliteConnection; -#else using System.Data.SQLite; -#endif namespace MapControl.Caching { diff --git a/SQLiteCache/UWP/SQLiteCache.UWP.csproj b/SQLiteCache/UWP/SQLiteCache.UWP.csproj index 08be08b8..ab6962ac 100644 --- a/SQLiteCache/UWP/SQLiteCache.UWP.csproj +++ b/SQLiteCache/UWP/SQLiteCache.UWP.csproj @@ -48,12 +48,12 @@ - - 2.2.6 - 6.2.8 + + 1.0.111 +