Update SQLite provider to 8.0.7 (SQLite version 3.41.2)

This commit is contained in:
chylex 2024-07-09 20:21:43 +02:00
parent fbed74529d
commit e1eae393c3
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="8.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.7" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>