Valeo_Line_MES_backend/RIZO.Common/RIZO.Common.csproj

17 lines
482 B
XML
Raw Normal View History

2026-01-10 13:47:54 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aliyun.OSS.SDK.NetCore" Version="2.14.1" />
<PackageReference Include="MailKit" Version="4.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Infrastructure\RIZO.Infrastructure.csproj" />
</ItemGroup>
</Project>