Skip to content

Commit

Permalink
Update function runtime version to support .NET 6 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson authored Jan 30, 2023
1 parent 14c4bf0 commit 9dfa3c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"WEBSITE_RUN_FROM_PACKAGE": "[parameters('runFromPackage')]",
"AzureConfigurationStorage": "[parameters('storageAccountConnectionString')]",
"APPINSIGHTS_INSTRUMENTATIONKEY": "[parameters('applicationInsightsInstrumentationKey')]",
"FUNCTIONS_EXTENSION_VERSION": "~3",
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"AzureWebJobsDashboard": "[parameters('storageAccountConnectionString')]",
"AzureWebJobsStorage": "[parameters('storageAccountConnectionString')]",
Expand Down

0 comments on commit 9dfa3c2

Please sign in to comment.