- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Dapper" Version="2.1.66" />
- <PackageReference Include="MySql.EntityFrameworkCore" Version="9.0.3" />
- <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
- </ItemGroup>
- </Project>
|