From c5ea86fe65534953de96a740305b66558c1668c0 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Thu, 27 Feb 2025 14:36:57 -0800 Subject: [PATCH] Set 7.4 as the default version --- src/worker.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker.config.json b/src/worker.config.json index 4dff9102..02fab11d 100644 --- a/src/worker.config.json +++ b/src/worker.config.json @@ -5,7 +5,7 @@ "defaultExecutablePath":"dotnet", "defaultWorkerPath":"%FUNCTIONS_WORKER_RUNTIME_VERSION%/Microsoft.Azure.Functions.PowerShellWorker.dll", "supportedRuntimeVersions":["7", "7.2", "7.4"], - "defaultRuntimeVersion": "7.2", + "defaultRuntimeVersion": "7.4", "sanitizeRuntimeVersionRegex":"\\d+\\.?\\d*" } }