Update dependency SixLabors.ImageSharp to 3.1.7 (#10)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) | nuget | patch | `3.1.6` -> `3.1.7` | --- ### Release Notes <details> <summary>SixLabors/ImageSharp (SixLabors.ImageSharp)</summary> ### [`v3.1.7`](https://github.com/SixLabors/ImageSharp/releases/tag/v3.1.7) #### What's Changed - V3 : Decode Chunky Tile Rows Directly. by [@​JimBobSquarePants](https://github.com/JimBobSquarePants) in https://github.com/SixLabors/ImageSharp/pull/2874 - V3: Gracefully handle LZW overflows by [@​JimBobSquarePants](https://github.com/JimBobSquarePants) in https://github.com/SixLabors/ImageSharp/pull/2880 - \[3.1] Set LangVersion=12 unconditionally by [@​antonfirsov](https://github.com/antonfirsov) in https://github.com/SixLabors/ImageSharp/pull/2896 **Full Changelog**: https://github.com/SixLabors/ImageSharp/compare/v3.1.6...v3.1.7 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #10 Co-authored-by: Renovate Bot <renovate-bot@git.cantorgymnasium.de> Co-committed-by: Renovate Bot <renovate-bot@git.cantorgymnasium.de>
This commit is contained in:
parent
436cf3bde4
commit
0e42d3ecf4
@ -15,7 +15,7 @@
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
|
||||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
|
Loading…
x
Reference in New Issue
Block a user