Files
shgx_tz_mes_backend_sync/ZR.Common/ZR.Common.csproj

12 lines
309 B
XML
Raw Normal View History

2021-09-28 17:42:25 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2021-08-23 16:57:25 +08:00
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
2021-09-28 17:42:25 +08:00
<PackageReference Include="MailKit" Version="2.15.0" />
2021-08-23 16:57:25 +08:00
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" />
</ItemGroup>
</Project>