Skip to content

Commit 3b82cb5

Browse files
committed
Update worker.config.json set default to 7.4
1 parent 9c1d4cf commit 3b82cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"defaultExecutablePath":"dotnet",
66
"defaultWorkerPath":"%FUNCTIONS_WORKER_RUNTIME_VERSION%/Microsoft.Azure.Functions.PowerShellWorker.dll",
77
"supportedRuntimeVersions":["7", "7.2", "7.4"],
8-
"defaultRuntimeVersion": "7.2",
8+
"defaultRuntimeVersion": "7.4",
99
"sanitizeRuntimeVersionRegex":"\\d+\\.?\\d*"
1010
}
1111
}

0 commit comments

Comments
 (0)