Skip to content

Clarified which New Project should be selected (for VS 2022) #4616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down