[CHANGE] Preparing database

This commit is contained in:
max
2025-08-11 00:44:52 +02:00
parent 9edd0690cf
commit 3c3f2db4e7
6 changed files with 73 additions and 0 deletions

View File

@@ -10,4 +10,14 @@
<ProjectReference Include="..\Manager.Shared\Manager.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.8" />
</ItemGroup>
<ItemGroup>
<Folder Include="Migrations\" />
<Folder Include="Models\LibraryContext\" />
</ItemGroup>
</Project>