From 75fd55d5a71c492c6ea904768858c51aa97da29f Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 8 May 2019 14:13:31 -0700 Subject: Use new strongly typed tuples --- src/WixToolset.Core.WindowsInstaller/Msi/MsiException.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/WixToolset.Core.WindowsInstaller/Msi/MsiException.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/Msi/MsiException.cs b/src/WixToolset.Core.WindowsInstaller/Msi/MsiException.cs index b33bf27a..4e324a60 100644 --- a/src/WixToolset.Core.WindowsInstaller/Msi/MsiException.cs +++ b/src/WixToolset.Core.WindowsInstaller/Msi/MsiException.cs @@ -1,10 +1,9 @@ // 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.Msi +namespace WixToolset.Core.WindowsInstaller.Msi { using System; using System.ComponentModel; - using WixToolset.Core.Native; /// /// Exception that wraps MsiGetLastError(). -- cgit v1.2.3-55-g6feb