From 66fcd635ed7d51f7cd2b649ae54dfa40c341e7b2 Mon Sep 17 00:00:00 2001 From: Olabamiji Oyetubo <60369677+bigboybamo@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:15:35 +0100 Subject: [PATCH] Update index.md (#1799) * Update index.md 1. Made correction, Change "Froms" to "Forms" 2. Replaced .NET 7 with .NET 8 * Update index.md Reverted .NET 8 changes back to .NET 7 --- 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 00606782aa..33f194dcd1 100644 --- a/dotnet-desktop-guide/net/winforms/migration/index.md +++ b/dotnet-desktop-guide/net/winforms/migration/index.md @@ -42,7 +42,7 @@ Use the following steps to upgrade a project in Visual Studio: A new tab is opened that prompts you to choose how you want the upgrade to be performed. 01. Select **In-place project upgrade**. -01. Next, select the target framework. Based on the type of project you're upgrading, you're presented with different options. **.NET Standard 2.0** is a good choice if the library doesn't rely on a desktop technology like Windows Froms and can be used by both .NET Framework projects and .NET projects. However, the latest .NET releases provide many language and compiler improvements over .NET Standard. +01. Next, select the target framework. Based on the type of project you're upgrading, you're presented with different options. **.NET Standard 2.0** is a good choice if the library doesn't rely on a desktop technology like Windows Forms and can be used by both .NET Framework projects and .NET projects. However, the latest .NET releases provide many language and compiler improvements over .NET Standard. Select **.NET 7.0** and then select **Next**.