Files
zszq-trs/Framework/YLErp.MailKit/YLErp.MailKit.csproj
T
2024-05-09 14:06:26 +08:00

24 lines
584 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<EnableNETAnalyzers>False</EnableNETAnalyzers>
<NoWarn>NU1803</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="MailKit">
<HintPath>..\..\ThirdPartyLibs\Mail\MailKit.dll</HintPath>
</Reference>
<Reference Include="MimeKit">
<HintPath>..\..\ThirdPartyLibs\Mail\MimeKit.dll</HintPath>
</Reference>
</ItemGroup>
</Project>