I am using Visual Studio 2019.
I want to create a new .NET Core Console App and have an option to choose a location.
Currently Visual Studio 2019 is putting every console app in the same location and doesn't let me change the location or the name...
Just to be clear, I open Visual Studio 2019 and see this:
I click Create a new Project
Select Console App (.NET Core), click Create
A new project is created in L:\ExhaustivePatternMatching
and it's always called ConsoleApp1, but if I create another it goes into same folder and is called ConsoleApp2...
Is their a setting I can change so that I can select the project / solution location and also the name?
Edit: I upgraded to version and it sorta works...