From 6c9c2f282e4d0455aed3f559f0a0e3fcdeeada20 Mon Sep 17 00:00:00 2001 From: Andy De George <67293991+adegeo@users.noreply.github.com> Date: Fri, 20 Nov 2020 10:10:23 -0800 Subject: [PATCH] Fix menu item text (#131) --- 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 9028218..4a2272e 100644 --- a/dotnet-desktop-guide/net/winforms/migration/index.md +++ b/dotnet-desktop-guide/net/winforms/migration/index.md @@ -58,7 +58,7 @@ If your project is referencing NuGet packages, you probably have a **packages.co To migrate the **packages.config** file, do the following: 01. In **Solution explorer**, find the project you're migrating. -02. Right-click on **packages.config** > **Migrate packages.config to ProjectReference**. +02. Right-click on **packages.config** > **Migrate packages.config to PackageReference**. 03. Select all of the top-level packages. A build report is generated to let you know of any issues migrating the NuGet packages.