1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2025-04-10 17:15:43 +02:00

Update SQLite provider to 6.0.7 (SQLite version 3.35.5)

This commit is contained in:
chylex 2022-07-18 21:50:04 +02:00
parent 7fd644449c
commit f625a39b4d
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

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