From c7ddbd7894170d6a329ca54c23920e6ab70eb3fe Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Mon, 23 Oct 2023 23:28:21 +0100 Subject: [PATCH] tweak: Update to the latest extensions bundle --- host.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/host.json b/host.json index 04490802..10d4d2f6 100644 --- a/host.json +++ b/host.json @@ -2,8 +2,8 @@ "version": "2.0", "logging": {}, "extensionBundle": { - "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[3.3.0, 4.0.0)" + "id": "Microsoft.Azure.Functions.ExtensionBundle", + "version": "[4.*, 5.0.0)" }, "extensions": { "http": { @@ -18,5 +18,5 @@ "arguments": [] } }, - "functionTimeout": "00:00:01" -} + "functionTimeout": "00:00:02" +} \ No newline at end of file