Skip to content

Commit 09cc77f

Browse files
kant2002vishalmsft
andauthored
Update versions of .NET and links (#6028)
* Update versions of .NET and links * Update README.md Co-authored-by: Vishal Sharma <83055644+vishalmsft@users.noreply.github.com> Co-authored-by: Vishal Sharma <83055644+vishalmsft@users.noreply.github.com>
1 parent 84da9dc commit 09cc77f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ Windows Presentation Foundation (WPF) is a UI framework for building Windows des
77

88
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.
99

10+
As of .NET 6.0 WPF supports ARM64.
11+
1012
See the [WPF Roadmap](roadmap.md) to learn about project priorities, status and ship dates.
1113

1214
[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.
1315

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.
1717

1818
## Getting started
1919

20-
* [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet/5.0)
21-
* [.NET Preview SDKs (6.0 Preview 1, 5.0 servicing, and 3.1 servicing)](https://github.com/dotnet/installer)
20+
* [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
21+
* [.NET Preview SDKs (7.0 daily, 6.0 servicing, and 3.1 servicing)](https://github.com/dotnet/installer)
2222
* [Getting started instructions](Documentation/getting-started.md)
2323
* [Contributing guide](Documentation/contributing.md)
2424
* [Migrating .NET Framework WPF Apps to .NET Core](https://docs.microsoft.com/en-us/dotnet/desktop-wpf/migration/convert-project-from-net-framework)
2525

2626
## Status
2727

28-
- We are currently developing WPF for .NET 6.
28+
- We are currently developing WPF for .NET 7.
2929
- We have completed publishing WPF sources. You can learn more about this at https://github.com/dotnet/wpf/issues/2554.
3030
- 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).
3131

0 commit comments

Comments
 (0)