'How do I reduce .NET 6 single-file build sizes?

I recently migrated one of my .NET Framework projects to .NET 6, from .NET Framework 4.8, and upon doing this I have noticed that no matter my build settings, what was once an 8.9MB program is now anywhere from 18.5-150MB. What settings can I change/what args can I use to reduce this? I want to keep it as a single .exe file



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source