Revert "Create db and db access. Add json converter for board array. Add tests for json conversion"

This reverts commit 7a532e52e1.
This commit is contained in:
jheaps
2025-08-04 14:20:08 -06:00
parent f4e377c116
commit ae95b15ee6
18 changed files with 132 additions and 461 deletions
-10
View File
@@ -7,14 +7,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.6" />
<PackageReference Include="NUnit" Version="4.3.2" />
<PackageReference Include="System.Text.Json" Version="9.0.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\JoshHeaps.Net\JoshHeaps.Net.csproj" />
</ItemGroup>
</Project>