fix build
This commit is contained in:
parent
466c441882
commit
712b1d1aec
|
|
@ -132,7 +132,7 @@ namespace Microsoft.AspNet.Server.Testing
|
|||
private void CopyAspNetLoader()
|
||||
{
|
||||
var libraryManager = (ILibraryManager)CallContextServiceLocator.Locator.ServiceProvider.GetService(typeof(ILibraryManager));
|
||||
var interopLibrary = libraryManager.GetLibraryInformation("Microsoft.AspNet.Loader.IIS.Interop");
|
||||
var interopLibrary = libraryManager.GetLibrary("Microsoft.AspNet.Loader.IIS.Interop");
|
||||
|
||||
if (interopLibrary == null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue