(I am using Visual Studio 2017)
I started a small console application (I created a .NET Core application), then I wanted to build the .exe file. But all I get is .dll files and there isn't any .exe file.
Can you help me please ? what do I change in Visual Studios settings, to have an .exe file in my correct directory for my console application?