From 46d46435592ba779d6c8d017859c27d90b092aa6 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 11 Dec 2019 20:27:17 +1100 Subject: Update the namespace in WixToolset.Mba.Core. --- src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs') diff --git a/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs b/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs index 28430bb8..de12ca17 100644 --- a/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs +++ b/src/WixToolset.Mba.Core/BootstrapperApplicationFactory.cs @@ -1,11 +1,12 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -namespace WixToolset.BootstrapperCore +namespace WixToolset.Mba.Core { using System; using System.Configuration; using System.Reflection; using System.Runtime.InteropServices; + using WixToolset.BootstrapperCore; /// /// Entry point for the MBA host to create and return the IBootstrapperApplication implementation to the engine. -- cgit v1.2.3-55-g6feb