1
0
mirror of https://github.com/XFox111/PhonebookService.git synced 2026-04-22 06:29:55 +03:00

Implemented infrastructure layer

This commit is contained in:
Eugene Fox
2023-02-22 16:05:59 +03:00
parent 340500ebbd
commit efeff9626a
5 changed files with 166 additions and 0 deletions
@@ -6,6 +6,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
</ItemGroup>
<PropertyGroup>