Skip to content

Commit

Permalink
Update index.md (#1799)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bigboybamo authored Mar 28, 2024
1 parent 909decf commit 66fcd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet-desktop-guide/net/winforms/migration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down

0 comments on commit 66fcd63

Please sign in to comment.