Skip to content

Commit

Permalink
Fixing release type and confirming EOL (#7904) (#7905)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Henderson <[email protected]>
  • Loading branch information
liuqidake and mattchenderson authored Nov 14, 2024
1 parent e9c5b05 commit a17604a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const getDotnetStack: (useIsoDateFormat: boolean) => FunctionAppStack = (useIsoD
const dotnet6EOL = getDateString(new Date('2024/11/12'), useIsoDateFormat);
const dotnet7EOL = getDateString(new Date('2024/05/14'), useIsoDateFormat);
const dotnet8EOL = getDateString(new Date('2026/11/10'), useIsoDateFormat);

// projected as a guess - not on the support lifecycle page yet and should be adjusted when moved out of preview
const dotnet9EOL = getDateString(new Date('2026/05/12'), useIsoDateFormat);

return {
Expand All @@ -23,7 +21,7 @@ const getDotnetStack: (useIsoDateFormat: boolean) => FunctionAppStack = (useIsoD
minorVersions: [
{
displayText: '.NET 9 Isolated',
value: '9 (LTS), isolated worker model',
value: '9 (STS), isolated worker model',
stackSettings: {
windowsRuntimeSettings: {
runtimeVersion: 'v9.0',
Expand Down

0 comments on commit a17604a

Please sign in to comment.