diff --git a/deploy/Services/hub.deployment.json b/deploy/Services/hub.deployment.json index b1a702a..61784a8 100644 --- a/deploy/Services/hub.deployment.json +++ b/deploy/Services/hub.deployment.json @@ -32,7 +32,7 @@ }, "linuxFxVersion": { "type": "string", - "defaultValue": "DOTNETCORE|6.0", + "defaultValue": "DOTNETCORE|7.0", "metadata": { "description": "The Runtime stack of current web app" } diff --git a/deploy/Web/web.deployment.json b/deploy/Web/web.deployment.json index 4b22944..0adc03c 100644 --- a/deploy/Web/web.deployment.json +++ b/deploy/Web/web.deployment.json @@ -32,7 +32,7 @@ }, "linuxFxVersion": { "type": "string", - "defaultValue": "DOTNETCORE|6.0", + "defaultValue": "DOTNETCORE|7.0", "metadata": { "description": "The Runtime stack of current web app" }