Hello @SrinuNani ,
SkiaSharp.NativeAssets.Linux and SkiaSharp.NativeAssets.Linux.NoDependencies are not supported with MAUI. You could check the Frameworks part in the NuGet Package links, the compatible target frameworks do not include net6.0-android
, net6.0-ios
, net6.0-maccatalyst
, net6.0-windows
, you can use SkiaSharp.Views instead in MAUI.
Since you add the dotnet-aspnet-core-general
tag for this thread, you may want to use SkiaSharp in a BlazorWebView. If you have any other issues, please feel free to let me know.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.