Update Serialization to 2.0.0

This commit is contained in:
Matt Nadareski
2025-09-29 08:01:50 -04:00
parent 09f5b28de7
commit f50f9f741d
114 changed files with 230 additions and 229 deletions

View File

@@ -11,7 +11,7 @@ namespace BinaryObjectScanner.Test.Protection
public void CheckPortableExecutableTest()
{
string file = "filename";
SabreTools.Models.PortableExecutable.Executable model = new();
SabreTools.Data.Models.PortableExecutable.Executable model = new();
Stream source = new MemoryStream(new byte[1024]);
SabreTools.Serialization.Wrappers.PortableExecutable exe = new(model, source);