You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,25 @@ Windows Presentation Foundation (WPF) is a UI framework for building Windows des
7
7
8
8
WPF applications are based on a vector graphics architecture. This enables applications to look great on high DPI monitors, as they can be infinitely scaled. WPF also includes a flexible hosting model, which makes it straightforward to host a video in a button, for example. The visual designer provided in Visual Studio makes it easy to build WPF application, with drag-in-drop and/or direct editing of XAML markup.
9
9
10
+
As of .NET 6.0 WPF supports ARM64.
11
+
10
12
See the [WPF Roadmap](roadmap.md) to learn about project priorities, status and ship dates.
11
13
12
14
[WinForms](https://github.com/dotnet/winforms) is another UI framework for building Windows desktop applications that is supported on .NET (6.0.x/5.0.x/3.1.x). WPF and WinForms applications only run on Windows. They are part of the `Microsoft.NET.Sdk.WindowsDesktop` SDK. You are recommended to use the most recent version of [Visual Studio](https://visualstudio.microsoft.com/downloads/) to develop WPF and WinForms applications for .NET.
13
15
14
-
WPF for ARM64 is new for .NET 6.0 and is supported by NET 6.0 Preview 1 and later.
15
-
16
-
To build the WPF repo and contribute features and fixes for .NET 6.0, the most recent [Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/) is required.
16
+
To build the WPF repo and contribute features and fixes for .NET 7.0, [Visual Studio 2022 Preview](https://visualstudio.microsoft.com/vs/preview/) is required.
*[Migrating .NET Framework WPF Apps to .NET Core](https://docs.microsoft.com/en-us/dotnet/desktop-wpf/migration/convert-project-from-net-framework)
25
25
26
26
## Status
27
27
28
-
- We are currently developing WPF for .NET 6.
28
+
- We are currently developing WPF for .NET 7.
29
29
- We have completed publishing WPF sources. You can learn more about this at https://github.com/dotnet/wpf/issues/2554.
30
30
- We have completed porting WPF to .NET Core as part of .NET Core 3.0, you can learn more about what was done [here](https://github.com/dotnet/wpf/issues/1936).
0 commit comments