-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] The version of the native libSkiaSharp library (116.0) is incompatible with this version of SkiaSharp. #3117
Comments
Did you update all the SkiaSharp nugets to the same version? The error is saying you have an old native assets in your project, but a new SkiaSharp. |
only this library SkiaSharp.NativeAssets.Linux.NoDependencies which the working version is 2.88.9 |
Got same problem. solved by downgrading to 2.88.9 |
i have the same problem |
Same issue. I have SkiaSharp and SkiaSharp.View.Blazor. The nugets in the solution were all updated to 3.116.1. The fix was to clean the solution and rebuild. |
Seems like problem is only with SkiaSharp.NativeAssets.Linux.NoDependencies:
SkiaSharp.NativeAssets.Linux works
|
Description
The version of the native libSkiaSharp library (116.0) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [88.1, 89.0)
Code
Expected Behavior
WORKING VERSION 2.88.9
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.9" />
Actual Behavior
No response
Version of SkiaSharp
3.116.0 (Current)
Last Known Good Version of SkiaSharp
2.88.9 (Previous)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Linux
Platform / Operating System Version
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
Devices
No response
Relevant Screenshots
No response
Relevant Log Output
Code of Conduct
The text was updated successfully, but these errors were encountered: