Skip to content

Commit

Permalink
Removing isPreview for Dotnet 9 (#7875)
Browse files Browse the repository at this point in the history
Co-authored-by: Pratham Bande <[email protected]>
Co-authored-by: shimedh <[email protected]>
  • Loading branch information
3 people authored and andimarc committed Nov 8, 2024
1 parent 23178d4 commit e281cb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/stacks/2020-10-01/stacks/web-app-stacks/Dotnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const getDotnetStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateFo
windowsRuntimeSettings: {
runtimeVersion: 'v9.0',
remoteDebuggingSupported: false,
isPreview: true,
appInsightsSettings: {
isSupported: true,
isDefaultOff: false,
Expand All @@ -40,7 +39,6 @@ const getDotnetStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateFo
linuxRuntimeSettings: {
runtimeVersion: 'DOTNETCORE|9.0',
remoteDebuggingSupported: false,
isPreview: true,
appInsightsSettings: {
isSupported: true,
isDefaultOff: false,
Expand Down

0 comments on commit e281cb8

Please sign in to comment.