Add EF Core, Npgsql, Todo entity, and AppDbContext

This commit is contained in:
EugeneTes
2026-08-15 11:29:39 +00:00
parent f7b0b7fb59
commit 1e2a60880e
4 changed files with 60 additions and 21 deletions

View File

@@ -8,6 +8,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.19" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
</ItemGroup>
</Project>