last changes before removing from memory and adding to db

This commit is contained in:
Norm Rasmussen
2022-06-15 21:56:30 -04:00
parent 3d6c43419a
commit fead4cdbd6
5 changed files with 1154 additions and 1120 deletions

View File

@ -4,11 +4,12 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<WasmBuildNative>true</WasmBuildNative
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Radzen.Blazor" Version="3.18.15" />
<PackageReference Include="sqlite-helper" Version="1.3.0" />
<ItemGroup>
<PackageReference Include="Radzen.Blazor" Version="3.18.15" />
<PackageReference Include="sqlite-helper" Version="1.3.0" />
</ItemGroup>
</Project>