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" } } } 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).