Add pointers to upgrade doc (#1133)

* Add pointers to upgrade doc

* Update dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md
This commit is contained in:
Andy (Steve) De George
2021-08-11 12:47:49 -07:00
committed by GitHub
parent e9fcf43083
commit dfd75f6d2c
3 changed files with 17 additions and 6 deletions
@@ -17,6 +17,9 @@ ms.custom: "mvc,vs-dotnet"
This article shows you how to develop a Windows Presentation Foundation (WPF) desktop application that includes the elements that are common to most WPF applications: Extensible Application Markup Language (XAML) markup, code-behind, application definitions, controls, layout, data binding, and styles. To develop the application, you'll use Visual Studio.
> [!IMPORTANT]
> This article was written for .NET Framework. To get started with .NET 5 or .NET 6, see [Tutorial: Create a new WPF app (WPF .NET)](/dotnet/desktop/wpf/get-started/create-app-visual-studio?view=netdesktop-5.0&preserve-view=true).
In this tutorial, you learn how to:
> [!div class="checklist"]
>