.NET 5
NET 5, your code and project files will look and feel the same no matter which type of app you’re building. NET has relied on a just-in-time compiler (JIT) to translate Intermediate Language (IL) code to optimized machine code. NET Native is the AOT compiler we use for Windows UWP applications and is an example of the first type of AOT listed above.
Source: devblogs.microsoft.com