From 9abcffebf2c6432053e1f66d0124771185f48eeb Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Thu, 28 Oct 2021 09:33:07 +1100 Subject: [PATCH 1/2] Update index.md (#1192) Update VS version --- dotnet-desktop-guide/net/winforms/migration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/net/winforms/migration/index.md b/dotnet-desktop-guide/net/winforms/migration/index.md index 8d9e412..ee6a485 100644 --- a/dotnet-desktop-guide/net/winforms/migration/index.md +++ b/dotnet-desktop-guide/net/winforms/migration/index.md @@ -21,7 +21,7 @@ For more information, see [Upgrade a WPF App to .NET 5 with the .NET Upgrade Ass ## Prerequisites -- [Visual Studio 2019 version 16.8 Preview](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019+desktopguide+winforms) +- [Visual Studio 2019 version 16.11](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019+desktopguide+winforms) or later. - Select the [Visual Studio Desktop workload](/visualstudio/install/modify-visual-studio?view=vs-2019&preserve-view=true#modify-workloads). From db732763f4af56fdd016f32706fa1bd25d12c99b Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Thu, 28 Oct 2021 08:27:40 -0700 Subject: [PATCH 2/2] update moniker range (#1197) --- dotnet-desktop-guide/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/docfx.json b/dotnet-desktop-guide/docfx.json index b3db7ae..4777978 100644 --- a/dotnet-desktop-guide/docfx.json +++ b/dotnet-desktop-guide/docfx.json @@ -184,7 +184,7 @@ }, "net": { "dest": "net-dest", - "moniker_range": "netdesktop-5.0" + "moniker_range": ">= netdesktop-5.0" } } }