Skip to content

Commit

Permalink
Update IO and Serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed May 7, 2024
1 parent 39185f5 commit 4cf12c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BinaryObjectScanner/BinaryObjectScanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
<ItemGroup>
<PackageReference Include="SabreTools.Compression" Version="0.5.1" />
<PackageReference Include="SabreTools.Hashing" Version="1.2.0" />
<PackageReference Include="SabreTools.IO" Version="1.4.8" />
<PackageReference Include="SabreTools.IO" Version="1.4.9" />
<PackageReference Include="SabreTools.Matching" Version="1.3.1" />
<PackageReference Include="SabreTools.Models" Version="1.4.5" />
<PackageReference Include="SabreTools.Serialization" Version="1.6.1" />
<PackageReference Include="SabreTools.Serialization" Version="1.6.2" />
<PackageReference Include="UnshieldSharp" Version="1.8.2" />
<PackageReference Include="WiseUnpacker" Version="1.4.2" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@

<ItemGroup>
<PackageReference Include="SabreTools.Compression" Version="0.5.1" />
<PackageReference Include="SabreTools.IO" Version="1.4.8" />
<PackageReference Include="SabreTools.IO" Version="1.4.9" />
<PackageReference Include="SabreTools.Matching" Version="1.3.1" />
<PackageReference Include="SabreTools.Models" Version="1.4.5" />
<PackageReference Include="SabreTools.Serialization" Version="1.6.1" />
<PackageReference Include="SabreTools.Serialization" Version="1.6.2" />
<PackageReference Include="UnshieldSharp" Version="1.8.2" />
</ItemGroup>

Expand Down

0 comments on commit 4cf12c7

Please sign in to comment.