diff options
Diffstat (limited to 'src/test/burn/TestExe/NetfxTask.cs')
-rw-r--r-- | src/test/burn/TestExe/NetfxTask.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestExe/NetfxTask.cs b/src/test/burn/TestExe/NetfxTask.cs index 35b1ea95..149df421 100644 --- a/src/test/burn/TestExe/NetfxTask.cs +++ b/src/test/burn/TestExe/NetfxTask.cs | |||
@@ -1,6 +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 NET35 | 3 | #if NETFRAMEWORK |
4 | using System; | 4 | using System; |
5 | using System.Collections.Generic; | 5 | using System.Collections.Generic; |
6 | using System.Diagnostics; | 6 | using System.Diagnostics; |