Fix Azure Deploy

Add 5.0 to framework App Service siteConfig
This commit is contained in:
Jim Spillane 2020-12-04 10:43:29 -05:00
parent 2fe474268e
commit 1b017a9651

View File

@ -158,7 +158,8 @@
"name": "[parameters('BlazorWebsiteName')]", "name": "[parameters('BlazorWebsiteName')]",
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('hostingPlanName'))]", "serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('hostingPlanName'))]",
"siteConfig": { "siteConfig": {
"webSocketsEnabled": true "webSocketsEnabled": true,
"netFrameworkVersion": "v5.0"
} }
}, },
"resources": [ "resources": [