Fixing build break
This commit is contained in:
parent
be46c7602e
commit
8c4b5c6c9a
|
|
@ -55,9 +55,6 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
|
|||
/// The accessor for the <see cref="IAssemblyLoadContext"/> used to load compiled assemblies.
|
||||
/// </param>
|
||||
/// <param name="libraryExporter">The library manager that provides export and reference information.</param>
|
||||
/// <param name="compilerOptionsProvider">
|
||||
/// The <see cref="ICompilerOptionsProvider"/> that provides Roslyn compilation settings.
|
||||
/// </param>
|
||||
/// <param name="host">The <see cref="IMvcRazorHost"/> that was used to generate the code.</param>
|
||||
public RoslynCompilationService(
|
||||
IApplicationEnvironment environment,
|
||||
|
|
|
|||
Loading…
Reference in New Issue