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/Custom.Build.props | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/Custom.Build.props') diff --git a/src/Custom.Build.props b/src/Custom.Build.props index f4352014..66e74d81 100644 --- a/src/Custom.Build.props +++ b/src/Custom.Build.props @@ -2,8 +2,10 @@ - - $(OutputPath)examples\$(ProjectName)\ - $(OutDir)examples\$(ProjectName)\ + + $(OutputPath)examples\$(ProjectName)\ + + + $(OutDir)examples\$(ProjectName)\ -- cgit v1.2.3-55-g6feb