Skip to content

Commit

Permalink
fix dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
zedy committed Jan 31, 2023
1 parent 2df331a commit 3bb6bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3bb6bf8

Please sign in to comment.