fix Azure WebApp to run on 7.0 TFM as well

pull/178/head
Chet Husk 2022-11-02 15:43:43 -05:00
parent cfec125881
commit e932901a5e
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
},
"linuxFxVersion": {
"type": "string",
"defaultValue": "DOTNETCORE|6.0",
"defaultValue": "DOTNETCORE|7.0",
"metadata": {
"description": "The Runtime stack of current web app"
}

View File

@ -32,7 +32,7 @@
},
"linuxFxVersion": {
"type": "string",
"defaultValue": "DOTNETCORE|6.0",
"defaultValue": "DOTNETCORE|7.0",
"metadata": {
"description": "The Runtime stack of current web app"
}