Fix build, version 8.0.0-alpha024

This commit is contained in:
Stephan
2017-09-27 11:35:51 +02:00
parent 05cb03af11
commit 477acb4de3
22 changed files with 23 additions and 352 deletions

View File

@@ -42,9 +42,6 @@ namespace Umbraco.Core
// *not* a singleton, don't want to keep it around
composition.Container.Register<DatabaseBuilder>();
//TODO: Don't think we'll need this when the resolvers are all container resolvers
composition.Container.RegisterSingleton<IServiceProvider, ActivatorServiceProvider>();
// register filesystems
composition.Container.Register<FileSystems>();
composition.Container.Register(factory => factory.GetInstance<FileSystems>().MediaFileSystem);