From 52005c7e6917f9866dd0b0de6993def16a72ed4b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 1 Aug 2018 03:02:34 -0700 Subject: Major reduction in public surface area of WixToolset.Core --- src/WixToolset.Core/Link/ConnectToModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Core/Link/ConnectToModule.cs') diff --git a/src/WixToolset.Core/Link/ConnectToModule.cs b/src/WixToolset.Core/Link/ConnectToModule.cs index d6a8338e..4380e12c 100644 --- a/src/WixToolset.Core/Link/ConnectToModule.cs +++ b/src/WixToolset.Core/Link/ConnectToModule.cs @@ -1,11 +1,11 @@ // 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.Link +namespace WixToolset.Core.Link { /// /// Object that connects things to modules. /// - public sealed class ConnectToModule + internal class ConnectToModule { private string childId; private string module; -- cgit v1.2.3-55-g6feb