Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Dec 6, 2024
1 parent a9779ca commit 00bc3f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<VersionPrefix>1.0.0.0</VersionPrefix>
<LangVersion>latest</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<AssemblyName>iTextSharp.LGPLv2.Core.FunctionalTests</AssemblyName>
<PackageId>iTextSharp.LGPLv2.Core.FunctionalTests</PackageId>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
Expand Down
4 changes: 2 additions & 2 deletions src/iTextSharp.LGPLv2.Core/iTextSharp.LGPLv2.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.</Description>
<VersionPrefix>3.4.24</VersionPrefix>
<VersionPrefix>3.4.25</VersionPrefix>
<LangVersion>latest</LangVersion>
<Authors>Vahid Nasiri</Authors>
<TargetFrameworks>netstandard2.0;net462;</TargetFrameworks>
Expand Down Expand Up @@ -63,7 +63,7 @@
<Using Remove="System.Net.Http"/> <!-- for .NET Framework 4.x -->
</ItemGroup>
<ItemGroup>
<PackageReference Include="SkiaSharp" Version="2.88.9"/>
<PackageReference Include="SkiaSharp" Version="3.116.1"/>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
Expand Down

0 comments on commit 00bc3f5

Please sign in to comment.