Version 4.13.1 Use System.Data.SQLite in MBTiles.UWP

This commit is contained in:
ClemensF 2019-07-22 23:58:10 +02:00
parent 5822aa2a82
commit 554276b7e7
2 changed files with 4 additions and 9 deletions

View file

@ -4,15 +4,10 @@
using System;
using System.Collections.Generic;
using System.Data.SQLite;
using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
#if WINDOWS_UWP
using SQLiteCommand = Microsoft.Data.Sqlite.SqliteCommand;
using SQLiteConnection = Microsoft.Data.Sqlite.SqliteConnection;
#else
using System.Data.SQLite;
#endif
namespace MapControl.MBTiles
{