Migrate INI reading to Nuget

This commit is contained in:
Matt Nadareski
2023-09-08 12:19:31 -04:00
parent aa33c083fe
commit 1c972a29a7
3 changed files with 5 additions and 300 deletions

View File

@@ -26,4 +26,8 @@
<ProjectReference Include="..\BinaryObjectScanner.Wrappers\BinaryObjectScanner.Wrappers.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SabreTools.IO" Version="1.1.0" />
</ItemGroup>
</Project>

View File

@@ -4,8 +4,8 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using BinaryObjectScanner.Interfaces;
using BinaryObjectScanner.Utilities;
using BinaryObjectScanner.Wrappers;
using SabreTools.IO;
namespace BinaryObjectScanner.Protection
{