Console Application(.NET Core) not showing in "Create a new project"

Saad 6 Reputation points
2021-08-27T12:31:44.903+00:00

What happened was 1st I installed Visual Studio 2019 latest version, I selected .NET Framework and continued with the installation, Once It finished I opened it and searched for "Console Application" But there were none with "(.NET Core)"

Here's a picture: 127153-screenshot-2.jpg

Now, I tried to repair visual studio 2019, It finished repairing and I got the same results.

After that I entirely deleted visual studio 2019 and installed visual studio 2022, Same thing, Downloaded .NET Framework and I still got the same issue.

127106-screenshot-3.jpg

I asked my friend if he had a similar problem but he didn't, Instead, his showed the (.NET Core) apps

127107-screenshot-4.jpg

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
697 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
322 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Jack J Jun 24,286 Reputation points Microsoft Vendor
    2021-08-30T03:02:14.64+00:00

    @Saad , based on my research, the Microsoft doc Tutorial: Create a .NET console application using Visual Studio shows that we can choose the Console Application template to create a .NET Console App.(Please refer to the third step).

    Even if your visual studio doesn't show the (.NET Core) Console App, you also can create a .NET core app with the template Console Application.

    Maybe that the older version vs2019 could have the (.NET Core) Console App. Based on my test, I showed the same template with you about Console App in vs2019.

    Therefore, Please just Choose Console App to create a .NET Core Console App.

    127457-image.png


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments