From bce73480b0de5cb23c55de45442535788b584e85 Mon Sep 17 00:00:00 2001 From: Enrico Sebastian <74126864+enricosebastian@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:57:39 +0800 Subject: [PATCH] Clarified which New Project should be selected (for VS 2022) There are two options; one does not work (.NET) due to the prerequisites set in the guide. --- ...iling-a-cpp-program-that-targets-the-clr-in-visual-studio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio.md b/docs/dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio.md index a07c0032fc1..89be33ea732 100644 --- a/docs/dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio.md +++ b/docs/dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio.md @@ -26,7 +26,7 @@ The following steps vary depending on which version of Visual Studio you are usi 1. In **Solution Explorer**, right-click on the top to open the **Create a New Project** dialog box. -1. At the top of the dialog, type **CLR** in the search box and then choose **CLR Empty Project** from the results list. +1. At the top of the dialog, type **CLR** in the search box and then choose **CLR Empty Project (.NET Framework)** from the results list. 1. Choose the **Create** button to create the project.