Skip to content

WinUI 3 in WinAppSDK 1.8.10

Choose a tag to compare

@agniuks agniuks released this 14 Jul 23:19

WinUI 3 in Windows App SDK 1.8.10

This release of WinUI 3 ships as part of Windows App SDK 1.8.10. To use it in your app, install the Microsoft.WindowsAppSDK 1.8.260710003 NuGet package.

1.8.10 is a stable servicing release for 1.8. The WinUI change in this release is a single reliability fix:

  • Fixed an issue where Microsoft.UI.System.ThemeSettings could crash an app if it was destroyed on a background thread, for example when destroyed by the .NET garbage collector.

For the full set of changes, see the Windows App SDK 1.8.10 release notes.

Try it out