AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
26.14k stars 2.26k forks source link

Fix .NET 9 WASM incompatibility by updating SkiaSharp.WASM package #17362

Closed maxkatz6 closed 1 month ago

maxkatz6 commented 1 month ago

What does the pull request do?

.NET 9 uses different Emscripten version. Relevant native packages should be updated as well. This PR also updates SkiaSharp 3.0 test packages. Manually tested 3.0, and it still works.

Fixed issues

Fixes #16989 Fixes #17036