Update SQLite version to 3.35.0

This commit is contained in:
chylex 2022-03-05 17:18:33 +01:00
parent 9a7a2cffc2
commit 725ab7accf
No known key found for this signature in database
GPG Key ID: 4DE42C8F19A80548

View File

@ -19,7 +19,7 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.5" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Utils\Utils.csproj" />