From edccb203c421d2bd820062024088c6698424d9ee Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 4 Feb 2026 20:47:04 -0500 Subject: Support dual-purpose packages in Burn. Fixes https://github.com/wixtoolset/issues/issues/8958 --- src/burn/test/BurnUnitTest/BurnUnitTest.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/burn/test/BurnUnitTest/BurnUnitTest.h') diff --git a/src/burn/test/BurnUnitTest/BurnUnitTest.h b/src/burn/test/BurnUnitTest/BurnUnitTest.h index ed1d2956..33cfe46d 100644 --- a/src/burn/test/BurnUnitTest/BurnUnitTest.h +++ b/src/burn/test/BurnUnitTest/BurnUnitTest.h @@ -2,11 +2,7 @@ // 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 Microsoft -{ -namespace Tools -{ -namespace WindowsInstallerXml +namespace WixToolset { namespace Test { @@ -44,5 +40,3 @@ namespace Bootstrapper } } } -} -} -- cgit v1.2.3-55-g6feb