Implemented most of the configs for asp.net core
This commit is contained in:
@@ -7,7 +7,6 @@ using Umbraco.Composing;
|
||||
using Umbraco.Configuration;
|
||||
using Umbraco.Core.Cache;
|
||||
using Umbraco.Core.Configuration;
|
||||
using Umbraco.Core.Configuration.HealthChecks;
|
||||
using Umbraco.Core.IO;
|
||||
using Umbraco.Core.Logging;
|
||||
using Umbraco.Core.Logging.Serilog;
|
||||
@@ -32,9 +31,6 @@ namespace Umbraco.Web.BackOffice.AspNetCore
|
||||
|
||||
var settings = configs.GetConfig<IModelsBuilderConfig>();
|
||||
|
||||
var x =settings.ModelsDirectory;
|
||||
|
||||
|
||||
services.CreateCompositionRoot(
|
||||
httpContextAccessor,
|
||||
webHostEnvironment,
|
||||
|
||||
Reference in New Issue
Block a user