diff --git a/release-notes/11.0/preview/preview6/wpf.md b/release-notes/11.0/preview/preview6/wpf.md new file mode 100644 index 0000000000..9dd251695d --- /dev/null +++ b/release-notes/11.0/preview/preview6/wpf.md @@ -0,0 +1,10 @@ +# WPF in .NET 11 Preview 6 - Release Notes + + + +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)).