Skip to content

Commit 1cb4087

Browse files
authored
Merge pull request #179048 from anthonychu/patch-4
[Functions] Update .NET versions
2 parents f2be258 + 764ecb3 commit 1cb4087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ zone_pivot_groups: programming-languages-set-functions
1414
| Version | Support level | Description |
1515
| --- | --- | --- |
1616
| 4.x | GA | _Recommended runtime version for functions in all languages._ Use this version to [run C# functions on .NET 6.0](functions-dotnet-class-library.md#supported-versions). |
17-
| 3.x | GA | Supports all languages. Use this version to [run C# functions on .NET 6.0](functions-dotnet-class-library.md#supported-versions).|
17+
| 3.x | GA | Supports all languages. Use this version to [run C# functions on .NET Core 3.1 and .NET 5.0](functions-dotnet-class-library.md#supported-versions).|
1818
| 2.x | GA | Supported for [legacy version 2.x apps](#pinning-to-version-20). This version is in maintenance mode, with enhancements provided only in later versions.|
1919
| 1.x | GA | Recommended only for C# apps that must use .NET Framework and only supports development in the Azure portal, Azure Stack Hub portal, or locally on Windows computers. This version is in maintenance mode, with enhancements provided only in later versions. |
2020

0 commit comments

Comments
 (0)