mirror of
https://github.com/denglihong2007/CRSim
synced 2026-05-12 22:22:10 +08:00
22 lines
665 B
XML
22 lines
665 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0-windows10.0.19041.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Platforms>x64;AnyCPU</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="itext" Version="9.4.0" />
|
|
<PackageReference Include="itext.bouncy-castle-adapter" Version="9.4.0" />
|
|
<PackageReference Include="itext.font-asian" Version="9.4.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CRSim.Core\CRSim.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|