This directory contains a source code for a project used to build a native AOT executable. This source was used to build to publish the latest releases of downloadable standalone executables.
Read more on native AOT builds here
You can use this project to customize your build.
To publish Windows AOT build use:
dotnet publish -r win-x64 -c Release --outoput [output dir]To publish Linux AOT build use:
dotnet publish -r linux-x64 -c Release --outoput [output dir]