Updated the assembly names to avoid a debug-warning in the log (#16997)
This commit is contained in:
@@ -13,7 +13,7 @@ public static partial class Constants
|
||||
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",
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user