diff options
Diffstat (limited to 'src/WixToolset.BuildTasks/HeatTask_InProc.cs')
-rw-r--r-- | src/WixToolset.BuildTasks/HeatTask_InProc.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.BuildTasks/HeatTask_InProc.cs b/src/WixToolset.BuildTasks/HeatTask_InProc.cs index 8190d9e2..eb6feafc 100644 --- a/src/WixToolset.BuildTasks/HeatTask_InProc.cs +++ b/src/WixToolset.BuildTasks/HeatTask_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 | ||
3 | namespace WixToolset.BuildTasks | 4 | namespace WixToolset.BuildTasks |
4 | { | 5 | { |
5 | using WixToolset.Extensibility; | 6 | using WixToolset.Extensibility; |
@@ -25,3 +26,4 @@ namespace WixToolset.BuildTasks | |||
25 | } | 26 | } |
26 | } | 27 | } |
27 | } | 28 | } |
29 | #endif | ||