Add SQlite package

This commit is contained in:
ProfessionalUwU 2023-06-23 22:38:32 +02:00
parent 6d2880907b
commit 951068c750
Signed by: ProfessionalUwU
GPG Key ID: 9F28CB1645C4BFB5

View File

@ -11,4 +11,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.8" />
</ItemGroup>
</Project>