From 3bb6bf89b891a0152e5c4c2c44438f2907dba9de Mon Sep 17 00:00:00 2001 From: zedy Date: Tue, 31 Jan 2023 15:33:56 +0800 Subject: [PATCH] fix dotnet version --- infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.bicep b/infra/main.bicep index b8c5ebb..f1187e7 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -54,7 +54,7 @@ module web './core/host/appservice.bicep' = { appServicePlanId: appServicePlan.outputs.id keyVaultName: keyVault.outputs.name runtimeName: 'dotnetcore' - runtimeVersion: '6.0' + runtimeVersion: '7.0' tags: union(tags, { 'azd-service-name': 'web' }) appSettings: { AZURE_SQL_CATALOG_CONNECTION_STRING_KEY: 'AZURE-SQL-CATALOG-CONNECTION-STRING'