From 0b0fdce12b495da15765c07cd38bf23619b819fd Mon Sep 17 00:00:00 2001 From: Lex Li Date: Fri, 10 Aug 2018 13:42:13 -0400 Subject: [PATCH] Fixed the build. --- .../BasicAuthenticationFeature.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JexusManager.Features.Authentication/BasicAuthenticationFeature.cs b/JexusManager.Features.Authentication/BasicAuthenticationFeature.cs index 7b79170d..52899ef8 100644 --- a/JexusManager.Features.Authentication/BasicAuthenticationFeature.cs +++ b/JexusManager.Features.Authentication/BasicAuthenticationFeature.cs @@ -15,7 +15,7 @@ namespace JexusManager.Features.Authentication using Microsoft.Web.Management.Client; using Microsoft.Web.Management.Client.Extensions; using Microsoft.Web.Management.Client.Win32; - + using Microsoft.Win32; using Module = Microsoft.Web.Management.Client.Module; internal class BasicAuthenticationFeature : AuthenticationFeature