KalkulatorISP-31rrrrr/source/repos/AvtoMaster/AvtoMaster.csproj
2025-11-11 14:18:33 +04:00

16 lines
454 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="9.3.0" />
<PackageReference Include="MySqlConnector" Version="2.4.0" />
</ItemGroup>
</Project>