Skip to content

Commit f2d41aa

Browse files
Merge pull request #217578 from craigshoemaker/patch-13
[Static Web Apps] Update runtimes
2 parents ac17f87 + 7276185 commit f2d41aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/static-web-apps-languages-runtimes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ To configure the API language runtime version, set the `apiRuntime` property in
1313
| .NET Core 3.1 | Windows | 3.x | `dotnet:3.1` | December 3, 2022 |
1414
| .NET 6.0 in-process | Windows | 4.x | `dotnet:6.0` | - |
1515
| .NET 6.0 isolated | Windows | 4.x | `dotnet-isolated:6.0` | - |
16+
| .NET 7.0 isolated | Windows | 4.x | `dotnet-isolated:7.0` | - |
1617
| Node.js 12.x | Linux | 3.x | `node:12` | December 3, 2022 |
1718
| Node.js 14.x | Linux | 4.x | `node:14` | - |
1819
| Node.js 16.x | Linux | 4.x | `node:16` | - |
20+
| Node.js 18.x <br>(private preview) | Linux | 4.x | `node:18` | - |
1921
| Python 3.8 | Linux | 3.x | `python:3.8` | - |
2022
| Python 3.9 | Linux | 4.x | `python:3.9` | - |
2123

@@ -60,4 +62,4 @@ The following example configuration demonstrates how to use the `apiRuntime` pro
6062
}
6163
...
6264
}
63-
```
65+
```

0 commit comments

Comments
 (0)