Changing GetLibraryExport to GetAllExports
This commit is contained in:
parent
99d053ef81
commit
5708f7592b
|
|
@ -98,7 +98,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
|
||||||
{
|
{
|
||||||
var references = new List<MetadataReference>();
|
var references = new List<MetadataReference>();
|
||||||
|
|
||||||
var export = _libraryManager.GetLibraryExport(_environment.ApplicationName);
|
var export = _libraryManager.GetAllExports(_environment.ApplicationName);
|
||||||
|
|
||||||
foreach (var metadataReference in export.MetadataReferences)
|
foreach (var metadataReference in export.MetadataReferences)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue