Skip to content

Commit 924adad

Browse files
authored
Merge pull request #4616 from enricosebastian/patch-1
Clarified which New Project should be selected (for VS 2022)
2 parents 37fc447 + bce7348 commit 924adad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following steps vary depending on which version of Visual Studio you are usi
2626

2727
1. In **Solution Explorer**, right-click on the top to open the **Create a New Project** dialog box.
2828

29-
1. At the top of the dialog, type **CLR** in the search box and then choose **CLR Empty Project** from the results list.
29+
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.
3030

3131
1. Choose the **Create** button to create the project.
3232

0 commit comments

Comments
 (0)