From 6507497307bc2c457b36e48e7d6ae6a792883eff Mon Sep 17 00:00:00 2001 From: nikolajlauridsen Date: Thu, 28 Nov 2024 12:25:53 +0100 Subject: [PATCH] Revert "Hardcode version to have a working build" This reverts commit fba183d816e0240a8b883f57757a35d2fc7b57f1. --- templates/UmbracoProject/.template.config/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/UmbracoProject/.template.config/template.json b/templates/UmbracoProject/.template.config/template.json index f971892168..d9ae3a078e 100644 --- a/templates/UmbracoProject/.template.config/template.json +++ b/templates/UmbracoProject/.template.config/template.json @@ -94,7 +94,7 @@ "cases": [ { "condition": "(UmbracoRelease == 'Latest')", - "value": "15.1.0-rc" + "value": "*" }, { "condition": "(UmbracoRelease == 'LTS')",