ningshuxia
2025-03-28 94ebf14787ea1c67b6a6139a2b19e3693b809625
Component/HStation.ReportFile.SDK.Core/HStation.ReportFile.SDK.Core.csproj
@@ -1,13 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <TargetFramework>net6.0-windows</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <Nullable>disable</Nullable>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
    <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>