MES-Toolkit/src/Archiver/Archiver.csproj

19 lines
441 B
XML
Raw Normal View History

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>
<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-08 15:35:27 +08:00
</Project>