react to DNX renames
This commit is contained in:
parent
be06eec7ba
commit
07304640ed
|
|
@ -22,7 +22,7 @@ namespace Microsoft.AspNet.Server.Kestrel
|
||||||
|
|
||||||
if (libraryManager != null)
|
if (libraryManager != null)
|
||||||
{
|
{
|
||||||
var library = libraryManager.GetLibraryInformation("Microsoft.AspNet.Server.Kestrel");
|
var library = libraryManager.GetLibrary("Microsoft.AspNet.Server.Kestrel");
|
||||||
libraryPath = library.Path;
|
libraryPath = library.Path;
|
||||||
if (library.Type == "Project")
|
if (library.Type == "Project")
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue