initial commit
All checks were successful
Build docker container / build (push) Successful in 5m4s

This commit is contained in:
David Claeys
2024-05-10 16:06:42 +02:00
parent e127afdb26
commit 8d198d46e0
18 changed files with 1022 additions and 1 deletions

View File

@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
</ItemGroup>
</Project>