✅ How do I build a standalone C# exe?

What do I need to set in Visual Studio so that VS will build me an exe with all my dependencies (but not the actual base .NET runtime files) linked in?
Was this page helpful?