diff --git a/BinaryObjectScanner/FileType/Executable.cs b/BinaryObjectScanner/FileType/Executable.cs index 959a9392..3e2ebb3e 100644 --- a/BinaryObjectScanner/FileType/Executable.cs +++ b/BinaryObjectScanner/FileType/Executable.cs @@ -7,7 +7,9 @@ using System.IO; using System.Linq; using System.Reflection; using System.Text; +#if NET40_OR_GREATER || NETCOREAPP using System.Threading.Tasks; +#endif using BinaryObjectScanner.Interfaces; using BinaryObjectScanner.Utilities; using SabreTools.Serialization.Wrappers;