PIbd22_NikiforovaMV_Automob.../AutomobilePlantContracts/AutomobilePlantContracts.csproj
2024-05-11 13:35:30 +04:00

18 lines
454 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Accelergreat.EntityFramework.PostgreSql" Version="2.2.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutomobilePlantDataModels\AutomobilePlantDataModels.csproj" />
</ItemGroup>
</Project>