Migrate to matching library

This commit is contained in:
Matt Nadareski
2023-09-16 22:08:18 -04:00
parent 7575353597
commit ba657e28ad
93 changed files with 89 additions and 1344 deletions

View File

@@ -19,12 +19,9 @@
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BinaryObjectScanner.Matching\BinaryObjectScanner.Matching.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SabreTools.IO" Version="1.1.1" />
<PackageReference Include="SabreTools.Matching" Version="1.1.0" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
using System;
using BinaryObjectScanner.Matching;
using SabreTools.Matching;
namespace BinaryObjectScanner.Utilities
{