Changing GetLibraryExport to GetAllExports

This commit is contained in:
David Fowler 2014-07-31 16:54:43 -07:00
parent 99d053ef81
commit 5708f7592b
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{ {