zhuangpei-mesbackend/DOAN.ServiceCore/DOAN.ServiceCore.csproj

23 lines
679 B
XML
Raw Normal View History

2024-05-16 13:30:30 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-05-31 13:40:00 +08:00
<TargetFramework>net8.0</TargetFramework>
2024-05-16 13:30:30 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1701;1702;1591;1570</NoWarn>
2025-02-25 13:52:50 +08:00
<Platforms>AnyCPU;x64</Platforms>
2024-05-16 13:30:30 +08:00
</PropertyGroup>
<ItemGroup>
2024-07-01 16:04:10 +08:00
<ProjectReference Include="..\DOAN.Common\DOAN.Common.csproj" />
<ProjectReference Include="..\DOAN.Repository\DOAN.Repository.csproj" />
2024-05-16 13:30:30 +08:00
</ItemGroup>
<ItemGroup>
<PackageReference Include="NETCore.Encrypt" Version="2.1.1" />
2024-05-31 13:40:00 +08:00
<PackageReference Include="NLog" Version="5.3.2" />
2025-11-18 14:34:26 +08:00
<PackageReference Include="NPOI" Version="2.7.5" />
2024-05-16 13:30:30 +08:00
</ItemGroup>
</Project>