I've been following this example: https://github.com/nulastudio/NetBeauty2?tab=readme-ov-file#customize-apphost.
I thought the "shared runtime" meant that somehow the dotnet runtime is packaged by NetBeauty, but that doesn't seem to be the case.
I also want to package a single instance of ASP.NET Core Runtime with my app set, that all apps would find, and doesn't need to be installed. Can I achieve this with NetBeauty?