diff options
Diffstat (limited to 'src/WixToolset.BuildTasks/WixBuild_InProc.cs')
-rw-r--r-- | src/WixToolset.BuildTasks/WixBuild_InProc.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.BuildTasks/WixBuild_InProc.cs b/src/WixToolset.BuildTasks/WixBuild_InProc.cs index 8e9f2fec..49148c8a 100644 --- a/src/WixToolset.BuildTasks/WixBuild_InProc.cs +++ b/src/WixToolset.BuildTasks/WixBuild_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.Data; | 6 | using WixToolset.Data; |
@@ -51,3 +52,4 @@ namespace WixToolset.BuildTasks | |||
51 | } | 52 | } |
52 | } | 53 | } |
53 | } | 54 | } |
55 | #endif | ||