2022-01-08 15:35:27 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-01-18 09:37:36 +08:00
|
|
|
|
<PackageReference Include="CliFx" Version="2.2.1" />
|
2022-01-08 15:35:27 +08:00
|
|
|
|
<PackageReference Include="Dapper" Version="2.0.123" />
|
|
|
|
|
<PackageReference Include="MySqlConnector" Version="2.1.2" />
|
|
|
|
|
</ItemGroup>
|
2022-01-18 09:37:36 +08:00
|
|
|
|
|
|
|
|
|
|
2022-01-08 15:35:27 +08:00
|
|
|
|
</Project>
|