Skip to content

Commit c607d46

Browse files
Merge pull request #304152 from mattchenderson/net10preview
fixing notes for .NET 10 preview
2 parents f0d3b51 + 24f30af commit c607d46

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,12 +1321,14 @@ Azure Functions currently can be used with the following "Preview" or "Go-live"
13211321

13221322
| Operating system | .NET preview version |
13231323
|------------------|-------------------------------|
1324-
| Linux | .NET 10 Preview 5<sup>1,2</sup> |
1325-
| Windows | .NET 10 Preview 5<sup>1</sup> |
1324+
| Linux | .NET 10 Preview 5<sup>1,2,3</sup> |
1325+
| Windows | .NET 10 Preview 5<sup>1,2</sup> |
13261326

1327-
<sup>1</sup> Visual Studio doesn't yet support Azure Functions with .NET 10.
1327+
<sup>1</sup> Apps targeting .NET 10 must use [version 2.0.5 or later of `Microsoft.Azure.Functions.Worker.Sdk`][Microsoft.Azure.Functions.Worker.Sdk].
13281328

1329-
<sup>2</sup> Linux Consumption apps do not yet .NET 10.
1329+
<sup>2</sup> Visual Studio doesn't yet support Azure Functions with .NET 10.
1330+
1331+
<sup>3</sup> Linux Consumption apps do not yet support .NET 10.
13301332

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

0 commit comments

Comments
 (0)