2024-07-15 10:31:26 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-12-25 15:06:46 +08:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
|
|
|
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
2025-07-08 14:01:10 +08:00
|
|
|
|
<DocumentationFile>YunDa.SOMS.Application.Core.xml</DocumentationFile>
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-12-25 15:06:46 +08:00
|
|
|
|
<PackageReference Include="Abp.AspNetCore" Version="5.14.0" />
|
|
|
|
|
|
<PackageReference Include="iTextSharp" Version="5.5.13.3" />
|
|
|
|
|
|
<PackageReference Include="NPOI" Version="2.5.6" />
|
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="5.6.3" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-07-08 14:01:10 +08:00
|
|
|
|
<ProjectReference Include="..\..\YunDa.Core\YunDa.SOMS.Core\YunDa.SOMS.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISMS.BASE.Entities\YunDa.ISMS.BASE.Entities.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.SOMS.EntityFrameworkCore\YunDa.SOMS.EntityFrameworkCore.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.SOMS.MongoDB\YunDa.SOMS.MongoDB.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.SOMS.Redis\YunDa.SOMS.Redis.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Util\ToolLibrary\Yunda.ToolLibrary.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\YunDa.SOMS.DataTransferObject\YunDa.SOMS.DataTransferObject.csproj" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="NPOI.OpenXmlFormats.XmlSerializers.dll">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2025-07-08 14:01:10 +08:00
|
|
|
|
<None Update="YunDa.SOMS.Application.Core.xml">
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2024-12-25 15:06:46 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<!-- ABP SignalR 适用于 .NET Core 3.1 -->
|
2025-04-16 13:53:07 +08:00
|
|
|
|
<PackageReference Include="Abp.AspNetCore.SignalR" Version="5.14.0" />
|
2024-12-25 15:06:46 +08:00
|
|
|
|
|
|
|
|
|
|
<!-- iTextSharp: 5.5.13.3 应与 .NET Core 3.1 兼容 -->
|
|
|
|
|
|
<PackageReference Include="iTextSharp" Version="5.5.13.3" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Microsoft.AspNetCore.Mvc 适用于 .NET Core 3.1,使用 2.2.0 版本 -->
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Net.Codecrete.QrCodeGenerator -->
|
|
|
|
|
|
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.4" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- NetMQ: 适用于 .NET Core 3.1 -->
|
|
|
|
|
|
<PackageReference Include="NetMQ" Version="4.0.1.6" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- NPOI: 适用于 .NET Core 3.1 -->
|
|
|
|
|
|
<PackageReference Include="NPOI" Version="2.5.4" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- SharpZipLib: 适用于 .NET Core 3.1 -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- SkiaSharp: 适用于 .NET Core 3.1 -->
|
|
|
|
|
|
<PackageReference Include="SkiaSharp" Version="2.88.6" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Swashbuckle.AspNetCore: 适用于 .NET Core 3.1 -->
|
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.0.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</Project>
|