react to DNX renames

This commit is contained in:
anurse 2015-07-31 11:54:52 -07:00
parent be06eec7ba
commit 07304640ed
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace Microsoft.AspNet.Server.Kestrel
if (libraryManager != null)
{
var library = libraryManager.GetLibraryInformation("Microsoft.AspNet.Server.Kestrel");
var library = libraryManager.GetLibrary("Microsoft.AspNet.Server.Kestrel");
libraryPath = library.Path;
if (library.Type == "Project")
{