Skip to content

Commit

Permalink
Removing isHidden flag in Linux runtime for Dotnet 9 preview (#7759)
Browse files Browse the repository at this point in the history
Co-authored-by: Pratham Bande <prathambande@microsoft.com>
  • Loading branch information
prathambande and Pratham Bande authored Aug 5, 2024
1 parent c3e1a0d commit d4b613c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const getDotnetStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateFo
linuxRuntimeSettings: {
runtimeVersion: 'DOTNETCORE|9.0',
remoteDebuggingSupported: false,
isHidden: true,
isPreview: true,
appInsightsSettings: {
isSupported: true,
Expand Down

0 comments on commit d4b613c

Please sign in to comment.