❔ 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.
6 Replies
Google: Build c# as self contained
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.
any tutorials?
Create a single file for application deployment - .NET
Learn what single file application is and why you should consider using this application deployment model.
ty
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.