Files
PIbd-23_Valiullin_R.A_Romashki/Romashki/RomashkiDatabase/RomashkiDatabase.csproj
2025-04-14 20:04:36 +04:00

24 lines
659 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="14.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RomashkiContract\RomashkiContract.csproj" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="RomashkiTests" />
</ItemGroup>
</Project>