Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 1b7cce9

Browse files
committed
upgraded to .net 6.0
1 parent fc8f0ba commit 1b7cce9

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

azuredeploy.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,20 @@
7676
"properties": {
7777
"serverFarmId": "[parameters('hostingPlanName')]",
7878
"siteConfig": {
79-
"webSocketsEnabled": true
79+
"webSocketsEnabled": true,
80+
"netFrameworkVersion": "v6.0",
81+
"metadata": [
82+
{
83+
"name": "CURRENT_STACK",
84+
"value": "dotnet"
85+
}
86+
]
8087
},
81-
"httpsOnly":true
88+
"httpsOnly": true
8289
},
8390
"resources": [
8491
{
85-
"apiVersion": "2018-11-01",
92+
"apiVersion": "2020-12-01",
8693
"name": "web",
8794
"type": "sourcecontrols",
8895
"dependsOn": [

0 commit comments

Comments
 (0)