Skip to content

Commit 08c1c48

Browse files
authored
Merge pull request #205056 from ggailey777/patch-3
Add .NET 7 to the Functions v4 row in .NET guides
2 parents 750df22 + cd0e818 commit 08c1c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/functions-dotnet-supported-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 05/12/2022
5+
ms.date: 07/18/2022
66
ms.author: glenga
77
---
88

@@ -17,7 +17,7 @@ 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 Framework 4.8 (preview)<sup>1</sup> |
20+
| Functions 4.x | .NET 6.0 | .NET 6.0<br/>.NET 7.0 (preview)<br/>.NET Framework 4.8 (preview)<sup>1</sup> |
2121
| 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 |

0 commit comments

Comments
 (0)