Move packer scans to their own library

This commit is contained in:
Matt Nadareski
2023-03-09 23:52:58 -05:00
parent 95755b930d
commit 439c141c2c
30 changed files with 41 additions and 31 deletions

View File

@@ -20,6 +20,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WiseUnpacker" Version="1.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BinaryObjectScanner.Interfaces\BinaryObjectScanner.Interfaces.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.Matching\BinaryObjectScanner.Matching.csproj" />