Revert examine to use composers, until we have migrated that to .net standard

This commit is contained in:
Bjarke Berg
2021-04-27 07:35:47 +02:00
parent a4400f04a5
commit 80bd5257bc
8 changed files with 47 additions and 7 deletions

View File

@@ -44,7 +44,6 @@ namespace Umbraco.Cms.Web.UI.NetCore
.AddBackOffice()
.AddWebsite()
.AddComposers()
.AddExamineIndexConfiguration()
.Build();
#pragma warning restore IDE0022 // Use expression body for methods