I'm building my own Visual Studio Windows Form App with C# but I want o build it as one .exe without all the DLLs I'm using. Is that possible? Thanks!
Asked
Active
Viewed 39 times
0
-
[.NET application publishing overview](https://learn.microsoft.com/en-us/dotnet/core/deploying/) – Jimi Apr 24 '22 at 16:24
-
1Note that you haven't specified the .Net version you're targeting. This detail should not be missing. – Jimi Apr 24 '22 at 16:31