You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
520 B
16 lines
520 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<FileVersion>3.1.301.0413</FileVersion>
|
|
<AssemblyVersion>3.1.301.0413</AssemblyVersion>
|
|
<Version>3.1.301</Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="iTextSharp.LGPLv2.Core" Version="1.6.5" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="LogisticsUtil">
|
|
<HintPath>..\eModule\LogisticsUtil\LogisticsUtil.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project>
|