Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions release-notes/11.0/preview/preview6/wpf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# WPF in .NET 11 Preview 6 - Release Notes

<!-- Verified against changes.json and Microsoft.WindowsDesktop.App.Ref P5-to-P6 API diff; no public API changes. -->

There are no new user-facing features in WPF in this release.

## Bug fixes

- **Publishing**
- Self-contained WPF apps published for Windows now include `ijwhost.dll` as a native asset. This prevents launch failures when the app loads mixed-mode WPF assemblies ([dotnet/wpf #11664](https://github.com/dotnet/wpf/pull/11664)).
Loading