ISEbd-22_CourseWork_School/School/SchoolContracts/SchoolContracts.csproj

15 lines
418 B
XML
Raw Normal View History

2024-05-01 17:54:58 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.29" />
</ItemGroup>
</Project>