Remove compilation options from services.
- This was a temporary work around to allow MVC to build. - Reacts to aspnet/Mvc#3383
This commit is contained in:
parent
4702752384
commit
8e946798a1
|
|
@ -101,13 +101,6 @@ namespace Microsoft.AspNet.Hosting
|
|||
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.LibraryManager));
|
||||
}
|
||||
|
||||
// TODO: Remove this
|
||||
if (CompilationServices.Default != null)
|
||||
{
|
||||
services.TryAdd(ServiceDescriptor.Instance(CompilationServices.Default.LibraryExporter));
|
||||
services.TryAdd(ServiceDescriptor.Instance(CompilationServices.Default.CompilerOptionsProvider));
|
||||
}
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue