Browse Source

Update ImageSharp to 2.1.7 (#14893)

pull/14905/head
Julien Lebosquain 2 years ago
committed by GitHub
parent
commit
689a6255f7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      build/ImageSharp.props

2
build/ImageSharp.props

@ -1,5 +1,5 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup> <ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" /> <PackageReference Include="SixLabors.ImageSharp" Version="2.1.7" />
</ItemGroup> </ItemGroup>
</Project> </Project>

Loading…
Cancel
Save