Switch to Microsoft.Data.Sqlite for arm64

There is a slight change the the way QueryResult works in order to satisfy the variances in the new library.
Disposing of the command with the reader appears to solve this, and hopefully, with minimal impact to plugins.
This commit is contained in:
Luke 2022-03-27 21:38:58 +10:00
parent 699047d119
commit c063aabbc0
4 changed files with 26 additions and 14 deletions

View file

@ -25,8 +25,7 @@
<!-- match tshocks dependencies so that publishing outputs all files to ./bin -->
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="MySql.Data" Version="8.0.28" />
<PackageReference Include="SQLite" Version="3.13.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.115.5" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.3" />
</ItemGroup>
<Target Name="MoveTShockDebug" AfterTargets="FinalCleanup;PostBuildEvent">