C#C
C#3y ago
arch_il

✅ Confused about publish options

Can I not create an executable for windows that doesn't need any sort of .NET installation to run it? Even python has an option to create an executable that contains all the dependencies and python itself within it. How do I do that for C#?
Was this page helpful?