Skip to content

Commit d20ecde

Browse files
Merge pull request #288418 from mattchenderson/net9-win
Adding Windows support for .NET 9
2 parents 4dc205a + 879a240 commit d20ecde

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,11 +865,14 @@ Azure Functions currently can be used with the following "Preview" or "Go-live"
865865

866866
| Operating system | .NET preview version |
867867
| - | - |
868-
| Linux | .NET 9 RC2<sup>1, 2</sup> |
868+
| Windows | .NET 9 Preview 6<sup>1, 2</sup> |
869+
| Linux | .NET 9 RC2<sup>1, 3</sup> |
869870

870871
<sup>1</sup> To successfully target .NET 9, your project needs to reference the [2.x versions of the core packages](#version-2x-preview). If using Visual Studio, .NET 9 requires version 17.12 or later.
871872

872-
<sup>2</sup> .NET 9 is not yet supported on the Flex Consumption SKU.
873+
<sup>2</sup> Support for Windows might not appear in some clients during the preview period.
874+
875+
<sup>3</sup> .NET 9 is not yet supported on the Flex Consumption SKU.
873876

874877
See [Supported versions][supported-versions] for a list of generally available releases that you can use.
875878

0 commit comments

Comments
 (0)