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

This commit is contained in:
ClemensF 2019-07-22 23:28:01 +02:00
parent fa7db482e9
commit 58ca9998d9
2 changed files with 3 additions and 8 deletions

View file

@ -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
{

View file

@ -48,12 +48,12 @@
<EmbeddedResource Include="Properties\SQLiteCache.UWP.rd.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite">
<Version>2.2.6</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.8</Version>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core">
<Version>1.0.111</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="..\..\MapControl.snk">