From 920591bcd17f7858ef52f1aa9e0dd69bcb9c975e Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 17 Sep 2024 14:41:29 +0200 Subject: [PATCH] Updated the assembly names to avoid a debug-warning in the log (#16997) --- src/Umbraco.Core/Constants-Composing.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Core/Constants-Composing.cs b/src/Umbraco.Core/Constants-Composing.cs index e55c32d01a90..defdf2fa932e 100644 --- a/src/Umbraco.Core/Constants-Composing.cs +++ b/src/Umbraco.Core/Constants-Composing.cs @@ -13,7 +13,7 @@ public static class Composing public static readonly string[] UmbracoCoreAssemblyNames = { "Umbraco.Core", "Umbraco.Infrastructure", "Umbraco.PublishedCache.NuCache", "Umbraco.Examine.Lucene", - "Umbraco.Web.Common", "Umbraco.Web.BackOffice", "Umbraco.Web.Website", + "Umbraco.Web.Common", "Umbraco.Cms.Api.Common","Umbraco.Cms.Api.Delivery","Umbraco.Cms.Api.Management", "Umbraco.Web.Website", }; } }