Hi, I know it was not possible in .NET Core 3.1, but can I somehow do this on .NET 5?
Application manifest not available anymore?!
You can always wrap your executable in another, native one, set manifest on that and then run your executable from that.

They are still available and work with any sort of executable, doesn’t matter if .NET or native, as long as an executable has the proper manifest (either next to it or embedded) it will prompt for privileged mode.
Would be interesting to know. Annoying with stupid workarounds.

source