❔ C# Console Application -> .exe
how do i make my console application in c# into a one file exe that i can share with my friends etc.
that i can share with my friendsYou can build apps into single exe files, however this makes the exe architecture-dependent, so if your friends are using different hardware architectures then your exe may not work for all of them.

/close