更新依赖包

This commit is contained in:
Chenx221 2024-03-08 13:53:20 +08:00
parent 2a064be75f
commit db520a3833
2 changed files with 6 additions and 7 deletions

View File

@ -1,9 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{A4F374FF-7AA7-4360-9597-0E66D6D4D1EC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Comic2PDF", "ConsoleApp1\Comic2PDF.csproj", "{A4F374FF-7AA7-4360-9597-0E66D6D4D1EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -29,7 +29,7 @@
<ManifestKeyFile>ConsoleApp1_TemporaryKey.pfx</ManifestKeyFile>
<AssemblyTitle>Comic PDF Helper</AssemblyTitle>
<Description>批量转换图像为PDF的小工具</Description>
<Product>ConsoleApp1</Product>
<Product>Comic2PDF</Product>
<Copyright>Copyright © Chenx221 2023</Copyright>
<AssemblyVersion>1.0.0.3</AssemblyVersion>
<FileVersion>1.0.0.3</FileVersion>
@ -50,10 +50,10 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="itext7" Version="8.0.1" />
<PackageReference Include="itext7.bouncy-castle-adapter" Version="8.0.1" />
<PackageReference Include="itext7.bouncy-castle-fips-adapter" Version="8.0.1" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.0" />
<PackageReference Include="itext7" Version="8.0.3" />
<PackageReference Include="itext7.bouncy-castle-adapter" Version="8.0.3" />
<PackageReference Include="itext7.bouncy-castle-fips-adapter" Version="8.0.3" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>