Console application not found in Visual Studio 2017 for C #

I am trying to import C # 2015 console code in 2017 and I cannot find a console option for C #. A console option existed in 2015.

I tried the sublime developer hint and ran devenv / installvstemplates unchanged.

enter image description here

enter image description here

+5
source share
1 answer

The easiest way to find a project template that interests us is to write its name in the search field (1) enter image description here A typical console application is the "Console Application (.NET Framework)" (2).

+2
source

Source: https://habr.com/ru/post/1266788/


All Articles