mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 22:46:58 +00:00
Version 4.13.1 Use System.Data.SQLite in SQLiteCache.UWP
This commit is contained in:
parent
fa7db482e9
commit
58ca9998d9
2 changed files with 3 additions and 8 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue