Fix Azure Deploy
Add 5.0 to framework App Service siteConfig
This commit is contained in:
parent
2fe474268e
commit
1b017a9651
|
@ -158,7 +158,8 @@
|
|||
"name": "[parameters('BlazorWebsiteName')]",
|
||||
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('hostingPlanName'))]",
|
||||
"siteConfig": {
|
||||
"webSocketsEnabled": true
|
||||
"webSocketsEnabled": true,
|
||||
"netFrameworkVersion": "v5.0"
|
||||
}
|
||||
},
|
||||
"resources": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user