Skip to content

Commit

Permalink
Merge pull request #1402 from lahma/upgrade-imagesharp
Browse files Browse the repository at this point in the history
Upgrade SixLabors.ImageSharp to version 2.1.9
  • Loading branch information
tonyqus authored Aug 15, 2024
2 parents 94431fa + 078e3f2 commit 584c9a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
Expand All @@ -21,8 +21,9 @@
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
<PackageVersion Include="SixLabors.Fonts" Version="1.0.1" />
<PackageVersion Include="SixLabors.ImageSharp" Version="2.1.8" />
<PackageVersion Include="SixLabors.ImageSharp" Version="2.1.9" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
<PackageVersion Include="System.Formats.Asn1" Version="8.0.1" />
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="6.0.3" />
<PackageVersion Include="System.Security.Cryptography.Xml" Version="6.0.1" />
</ItemGroup>
Expand Down

0 comments on commit 584c9a7

Please sign in to comment.