MES-ETL/MesETL.Shared/MesETL.Shared.csproj

14 lines
327 B
XML
Raw Normal View History

2024-02-10 17:12:26 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-11-21 11:27:44 +08:00
<PackageReference Include="MySqlConnector" Version="2.4.0" />
2024-02-10 17:12:26 +08:00
</ItemGroup>
</Project>