SkiaSharp drags in win-x64/x86/arm64 native libs plus a macOS .dylib regardless of RID. The net48 loader finds the native in either the app root or an arch subfolder (both verified), so keep only the win-x64 libSkiaSharp.dll at the app root and drop the x64/x86/arm64 subdirs and the .dylib. Package drops from ~25 MB to ~8 MB. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>