Skip to content

Commit

Permalink
Merge pull request #867 from LittleFish-233/master
Browse files Browse the repository at this point in the history
修复无法裁剪图片的问题
  • Loading branch information
LittleFish-233 authored Feb 1, 2025
2 parents b39e12f + be432af commit 1ff32e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="Chronos.Blazor.Cropper" Version="1.2.16" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 1ff32e2

Please sign in to comment.