Update SQLite provider to 8.0.0 (SQLite version 3.41.2)

This commit is contained in:
chylex 2023-12-20 10:41:57 +01:00
parent 9eab8ac92a
commit 8bba33d815
No known key found for this signature in database
GPG Key ID: 4DE42C8F19A80548

View File

@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.9" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
</ItemGroup>
<ItemGroup>