fix Azure WebApp to run on 7.0 TFM as well
parent
cfec125881
commit
e932901a5e
|
@ -32,7 +32,7 @@
|
|||
},
|
||||
"linuxFxVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "DOTNETCORE|6.0",
|
||||
"defaultValue": "DOTNETCORE|7.0",
|
||||
"metadata": {
|
||||
"description": "The Runtime stack of current web app"
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
},
|
||||
"linuxFxVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "DOTNETCORE|6.0",
|
||||
"defaultValue": "DOTNETCORE|7.0",
|
||||
"metadata": {
|
||||
"description": "The Runtime stack of current web app"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue