From a0bce3b366451b3ca94e676eb98dd7b415375c14 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期五, 17 一月 2025 14:00:00 +0800 Subject: [PATCH] 代码修改 --- Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj b/Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj index 0b723db..8ddb9cf 100644 --- a/Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj +++ b/Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj @@ -7,7 +7,17 @@ </PropertyGroup> <ItemGroup> + <PackageReference Include="Yw.SkiaSharp.Core" Version="3.0.0" /> + </ItemGroup> + + <ItemGroup> <ProjectReference Include="..\Yw.DiagramFile.SDK.Core\Yw.DiagramFile.SDK.Core.csproj" /> </ItemGroup> + <ItemGroup> + <Reference Include="Aspose.Words"> + <HintPath>Aspose.Words.dll</HintPath> + </Reference> + </ItemGroup> + </Project> -- Gitblit v1.9.3