From b39b568b4cf144432a19cdc2670891091ec4ba71 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Fri, 5 Sep 2025 11:00:06 -0400 Subject: [PATCH] Update azuredeploy.json --- azuredeploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index f4718349..e9d3cb2e 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -220,7 +220,7 @@ "apiVersion": "2024-04-01", "name": "[concat(parameters('BlazorWebsiteName'), '/ZipDeploy')]", "properties": { - "packageUri": "https://github.com/oqtane/oqtane.framework/releases/download/v6.1.4/Oqtane.Framework.6.1.4.Install.zip" + "packageUri": "https://github.com/oqtane/oqtane.framework/releases/download/v6.1.5/Oqtane.Framework.6.1.5.Install.zip" }, "dependsOn": [ "[resourceId('Microsoft.Web/sites', parameters('BlazorWebsiteName'))]" @@ -229,4 +229,4 @@ ] } ] -} \ No newline at end of file +}