Where does the new VS save exe file? I created a simple hello world prog (.NET core) to see what info is in the exe file but I can't find it.
in .NET Framework program the exe file is as before but in .NET Core it is not created. Why not and how do you make a stand alone program to distribute?
I have checked in the bin folders of Documents under:
<C:\Users\xxxxxxx\Documents\Visual Studio 2017\Projects\Hello-World\Hello-World\bin\Release\netcoreapp1.1>
It is only the .NET core I am talking about so don't tell me anything about .Framework development.
Thank you.