From 39e930d9aaff250e0fd5019eeedaa40717a6c6fe Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 29 Apr 2020 19:28:50 +1000 Subject: Add DotNetCoreBootstrapperApplicationHost for an SCD-style .NET Core BA. --- src/WixToolset.Mba.Host/BootstrapperApplicationFactory.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/WixToolset.Mba.Host/BootstrapperApplicationFactory.cs') diff --git a/src/WixToolset.Mba.Host/BootstrapperApplicationFactory.cs b/src/WixToolset.Mba.Host/BootstrapperApplicationFactory.cs index 9385d1d1..78e68bd9 100644 --- a/src/WixToolset.Mba.Host/BootstrapperApplicationFactory.cs +++ b/src/WixToolset.Mba.Host/BootstrapperApplicationFactory.cs @@ -9,13 +9,14 @@ namespace WixToolset.Mba.Host using WixToolset.Mba.Core; /// - /// Entry point for the MBA host to create and return the BA to the engine. + /// Entry point for the managed host to create and return the BA to the engine. /// [ClassInterface(ClassInterfaceType.None)] public sealed class BootstrapperApplicationFactory : MarshalByRefObject, IBootstrapperApplicationFactory { /// /// Creates a new instance of the class. + /// Entry point for the MBA host. /// public BootstrapperApplicationFactory() { -- cgit v1.2.3-55-g6feb