Skip to content

Commit caadb8b

Browse files
dependabot[bot]claude
authored andcommitted
Bump SkiaSharp and native assets from 3.119.4 to 4.150.0
SkiaSharp and SkiaSharp.NativeAssets.Linux.NoDependencies must move in lockstep: the managed P/Invoke signatures must match the native binary. Bumping only the native package left the 3.119.4 managed library in place, so rasterization failed at runtime (MonumentIconSourceTests). Svg.Skia 5.1.1's `>= 3.119.2` constraint is satisfied by 4.150.0 and stays binary-compatible. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 54263a4 commit caadb8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
2424
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.12" />
2525
<PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="2.1.7" />
26-
<PackageVersion Include="SkiaSharp" Version="3.119.4" />
27-
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="3.119.4" />
26+
<PackageVersion Include="SkiaSharp" Version="4.150.0" />
27+
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="4.150.0" />
2828
<!-- Pinned to override the transitive 2.1.11 pulled by Microsoft.EntityFrameworkCore.Sqlite,
2929
whose bundled SQLite is vulnerable to CVE-2025-6965 (GHSA-2m69-gcr7-jv3q). 3.0.x bundles
3030
SQLite >= 3.50.2. Drop once EF Core ships a build that depends on a patched SQLitePCLRaw. -->

0 commit comments

Comments
 (0)