Skip to content

Commit

Permalink
Removing preview for .NET 9 (Functions) (#7876)
Browse files Browse the repository at this point in the history
Co-authored-by: shimedh <[email protected]>
  • Loading branch information
2 people authored and andimarc committed Nov 8, 2024
1 parent e281cb8 commit e9c5b05
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const getDotnetStack: (useIsoDateFormat: boolean) => FunctionAppStack = (useIsoD
stackSettings: {
windowsRuntimeSettings: {
runtimeVersion: 'v9.0',
isPreview: true,
isDefault: false,
remoteDebuggingSupported: false,
appInsightsSettings: {
Expand Down Expand Up @@ -57,7 +56,6 @@ const getDotnetStack: (useIsoDateFormat: boolean) => FunctionAppStack = (useIsoD
},
linuxRuntimeSettings: {
runtimeVersion: 'DOTNET-ISOLATED|9.0',
isPreview: true,
isDefault: false,
remoteDebuggingSupported: false,
appInsightsSettings: {
Expand Down

0 comments on commit e9c5b05

Please sign in to comment.