Coreshop/CoreCms.Net.Utility/CoreCms.Net.Utility.csproj
2025-08-17 15:36:03 +08:00

18 lines
477 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NPOI" Version="2.6.2" />
<PackageReference Include="ToolGood.Words" Version="3.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CoreCms.Net.Configuration\CoreCms.Net.Configuration.csproj" />
</ItemGroup>
</Project>