DB/TransportGuide/TransportGuide.csproj

15 lines
407 B
XML
Raw Normal View History

2023-04-22 17:57:39 +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>
2023-04-22 21:01:25 +04:00
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
</ItemGroup>
2023-04-22 17:57:39 +04:00
</Project>