voile/Voile.Storage.Sqlite/Voile.Storage.Sqlite.csproj
2026-02-01 21:10:03 +01:00

19 lines
509 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="10.0.2" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Voile.Patchouli\Voile.Patchouli.csproj" />
</ItemGroup>
</Project>