1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2025-01-06 04:42:48 +01:00

Update SQLite version to 3.35.5

This commit is contained in:
chylex 2022-05-22 16:19:11 +02:00
parent 5ca7cf09e8
commit bff86b09c7
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.2" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Utils\Utils.csproj" />