From 6f9fecb137d1ab1fa8135c0ab928e055ddceb9fa Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sat, 6 Jan 2024 21:01:04 +1100 Subject: [PATCH] Fixes namespace for ConsentUIDataMsix --- src/Lithnet.CredentialProvider/ConsentUI/ConsentUIDataMsix.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Lithnet.CredentialProvider/ConsentUI/ConsentUIDataMsix.cs b/src/Lithnet.CredentialProvider/ConsentUI/ConsentUIDataMsix.cs index cbced84..d93e4ee 100644 --- a/src/Lithnet.CredentialProvider/ConsentUI/ConsentUIDataMsix.cs +++ b/src/Lithnet.CredentialProvider/ConsentUI/ConsentUIDataMsix.cs @@ -1,7 +1,8 @@ using System; using System.Runtime.InteropServices; +using Lithnet.CredentialProvider.Interop; -namespace Lithnet.CredentialProvider.Interop +namespace Lithnet.CredentialProvider { /// /// Represents the data structure passed to consent UI when a user is trying to elevate an MSIX package