You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Framework-dependent apphost via /p:UseAppHost=true was implemented in #2282, and #2462 made UseAppHost=true by default. The result is that dotnet publish --self-contained false --rid win-x64, for example, produces a framework-dependent app with an apphost. See some related discussion in dotnet/cli#9460 about exposing this via a --mode option. AFAIK the conclusion was that --self-contained false --rid win-x64 will be the way to get a framework-dependent apphost.
Framework-dependent apphost via
/p:UseAppHost=true
was implemented in #2282, and #2462 madeUseAppHost=true
by default. The result is thatdotnet publish --self-contained false --rid win-x64
, for example, produces a framework-dependent app with an apphost. See some related discussion in dotnet/cli#9460 about exposing this via a --mode option. AFAIK the conclusion was that--self-contained false --rid win-x64
will be the way to get a framework-dependent apphost.The remaining question is:
This might reduce to
The text was updated successfully, but these errors were encountered: