Remove BuildServiceProvider call from UmbracoWebServiceCollectionExtensions (#9372)

This commit is contained in:
Paul Johnson
2020-11-10 19:04:29 +00:00
committed by GitHub
parent b4ce2873cc
commit 8775770d76
3 changed files with 10 additions and 11 deletions

View File

@@ -271,7 +271,7 @@ namespace Umbraco.Tests.Integration.Testing
services.AddSignalR();
services.AddUmbracoWebComponents();
services.AddUmbracoWebComponents(Configuration);
services.AddUmbracoRuntimeMinifier(Configuration);
services.AddUmbracoBackOffice();
services.AddUmbracoBackOfficeIdentity();