Use IO package for array and stream extensions

This commit is contained in:
Matt Nadareski
2023-09-08 16:33:06 -04:00
parent 1c972a29a7
commit 1eaefb16ba
46 changed files with 63 additions and 413 deletions

View File

@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SabreTools.IO" Version="1.1.0" />
<PackageReference Include="SabreTools.IO" Version="1.1.1" />
</ItemGroup>
</Project>

View File

@@ -7,6 +7,7 @@ using BinaryObjectScanner.Interfaces;
using BinaryObjectScanner.Matching;
using BinaryObjectScanner.Utilities;
using BinaryObjectScanner.Wrappers;
using SabreTools.IO;
namespace BinaryObjectScanner.Protection
{