fix build

This commit is contained in:
anurse 2015-07-31 11:48:21 -07:00
parent 466c441882
commit 712b1d1aec
1 changed files with 1 additions and 1 deletions

View File

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