···7171, buildType ? "Release"
7272 # If set to true, builds the application as a self-contained - removing the runtime dependency on dotnet
7373, selfContainedBuild ? false
7474+ # Whether to explicitly enable UseAppHost when building
7575+, useAppHost ? true
7476 # The dotnet SDK to use.
7577, dotnet-sdk ? dotnetCorePackages.sdk_6_0
7678 # The dotnet runtime to use.
···146148147149 # gappsWrapperArgs gets included when wrapping for dotnet, as to avoid double wrapping
148150 dontWrapGApps = args.dontWrapGApps or true;
151151+152152+ inherit selfContainedBuild useAppHost;
149153150154 passthru = {
151155 inherit nuget-source;