Skip to content

Commit 668637f

Browse files
author
Melony Qin
committed
adjustment
1 parent a5d91d8 commit 668637f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ This section describes the current state of the functional and behavioral differ
304304

305305
| Feature/behavior | In-process | Out-of-process |
306306
| ---- | ---- | ---- |
307-
| .NET versions | .NET Core 3.1<br/>.NET 6.0 | .NET 6.0<br/>.NET 7.0 (Preview)<br/>.NET Framework 4.8 (Preview) |
307+
| .NET versions | .NET Core 3.1<br/>.NET 6.0 | .NET 6.0<br/>.NET 7.0 (Preview)<br/>.NET Framework 4.8 (GA) |
308308
| Core packages | [Microsoft.NET.Sdk.Functions](https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/) | [Microsoft.Azure.Functions.Worker](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker/)<br/>[Microsoft.Azure.Functions.Worker.Sdk](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk) |
309309
| Binding extension packages | [Microsoft.Azure.WebJobs.Extensions.*](https://www.nuget.org/packages?q=Microsoft.Azure.WebJobs.Extensions) | [Microsoft.Azure.Functions.Worker.Extensions.*](https://www.nuget.org/packages?q=Microsoft.Azure.Functions.Worker.Extensions) |
310310
| Durable Functions | [Supported](durable/durable-functions-overview.md) | [Supported (public preview)](https://github.com/microsoft/durabletask-dotnet#usage-with-azure-functions) |

includes/functions-dotnet-supported-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The following table shows the highest level of .NET Core or .NET Framework that
1717

1818
| Functions runtime version | In-process<br/>([.NET class library](../articles/azure-functions/functions-dotnet-class-library.md)) | Out-of-process<br/>([.NET Isolated](../articles/azure-functions/dotnet-isolated-process-guide.md)) |
1919
| ---- | ---- | --- |
20-
| Functions 4.x | .NET 6.0 | .NET 6.0<br/>.NET 7.0 (preview)<br/>.NET Framework 4.8 (preview)<sup>1</sup> |
21-
| Functions 3.x | .NET Core 3.1 | .NET 5.0<sup>2</sup> |
20+
| Functions 4.x | .NET 6.0 | .NET 6.0<br/>.NET 7.0 (preview)<br/>.NET Framework 4.8 (GA)<sup>1</sup> |
21+
| Functions 3.x | .NET Core 3.1 | .NET 5.0 <sup>2</sup> |
2222
| Functions 2.x | .NET Core 2.1<sup>3</sup> | n/a |
2323
| Functions 1.x | .NET Framework 4.8 | n/a |
2424

0 commit comments

Comments
 (0)