PIbd-31_Alekseev.I.S._COP_3/StudentPerformanceDatabaseImplement/StudentPerformanceDatabaseImplement.csproj
Иван Алексеев de8ff2cfaf копец
2024-11-13 15:21:19 +04:00

24 lines
897 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\StudentPerformanceContracts\StudentPerformanceContracts.csproj" />
<ProjectReference Include="..\StudentPerformanceDataModels\StudentPerformanceDataModels.csproj" />
</ItemGroup>
</Project>