Skip to content

Commit 4074c2e

Browse files
Update articles/azure-functions/functions-versions.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent f2259e1 commit 4074c2e

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
@@ -66,7 +66,7 @@ Older minor versions are periodically removed from Functions. For the latest new
6666
::: zone pivot="programming-language-csharp"
6767
There's technically not a correlation between binding extension versions and the Functions runtime version. However, starting with version 4.x the Functions runtime enforces a minimum version for all trigger and binding extensions.
6868

69-
If you receive a warning about a package not meeting a minimum required version, you should update that NuGet package to the minimum version as you normally would. The minimum version requirements for extensions used in Functions v4.x can be found in [the linked configuration file](https://github.com/Azure/azure-functions-host/blob/release/in-proc-hotfix-v4.x36.x/src/WebJobs.Script/extensionrequirements.json).
69+
If you receive a warning about a package not meeting a minimum required version, you should update that NuGet package to the minimum version as you normally would. The minimum version requirements for extensions used in Functions v4.x can be found in [the linked configuration file](https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/extensionrequirements.json).
7070

7171
For C# script, update the extension bundle reference in the host.json as follows:
7272

0 commit comments

Comments
 (0)