aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks/ToolsetTask_InProc.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.BuildTasks/ToolsetTask_InProc.cs')
-rw-r--r--src/WixToolset.BuildTasks/ToolsetTask_InProc.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.BuildTasks/ToolsetTask_InProc.cs b/src/WixToolset.BuildTasks/ToolsetTask_InProc.cs
index 4b365b2a..a3290e60 100644
--- a/src/WixToolset.BuildTasks/ToolsetTask_InProc.cs
+++ b/src/WixToolset.BuildTasks/ToolsetTask_InProc.cs
@@ -1,5 +1,6 @@
1// 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. 1// 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.
2 2
3#if !NETCOREAPP
3namespace WixToolset.BuildTasks 4namespace WixToolset.BuildTasks
4{ 5{
5 using System; 6 using System;
@@ -69,3 +70,4 @@ namespace WixToolset.BuildTasks
69 protected abstract string TaskShortName { get; } 70 protected abstract string TaskShortName { get; }
70 } 71 }
71} 72}
73#endif