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/ConnectToFeatureCollection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Core/Link/ConnectToFeatureCollection.cs') diff --git a/src/WixToolset.Core/Link/ConnectToFeatureCollection.cs b/src/WixToolset.Core/Link/ConnectToFeatureCollection.cs index 8dd0d22c..b7874527 100644 --- a/src/WixToolset.Core/Link/ConnectToFeatureCollection.cs +++ b/src/WixToolset.Core/Link/ConnectToFeatureCollection.cs @@ -1,6 +1,6 @@ // 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 { using System; using System.Collections; @@ -8,7 +8,7 @@ namespace WixToolset.Link /// /// Hash collection of connect to feature objects. /// - public sealed class ConnectToFeatureCollection : ICollection + internal class ConnectToFeatureCollection : ICollection { private Hashtable collection; -- cgit v1.2.3-55-g6feb