Skip to content

Commit 4ed467b

Browse files
Merge pull request #217006 from Reshmi-Sriram/patch-14
Adding .NET 7 to the list of supported languages
2 parents 0089ed1 + ae30a6a commit 4ed467b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ 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` | - |
@@ -60,4 +61,4 @@ The following example configuration demonstrates how to use the `apiRuntime` pro
6061
}
6162
...
6263
}
63-
```
64+
```

0 commit comments

Comments
 (0)