Add .NET 9 to target frameworks

This commit is contained in:
Matt Nadareski
2024-11-13 03:55:33 -05:00
parent a4da7f3657
commit 0125bd6619
27 changed files with 256 additions and 375 deletions

View File

@@ -50,8 +50,8 @@ namespace SabreTools.DatFiles
Depth = 4;
else if (Depth < 0)
Depth = 0;
else if (Depth > Constants.SHA1Zero.Length)
Depth = Constants.SHA1Zero.Length;
else if (Depth > ZeroHash.SHA1Str.Length)
Depth = ZeroHash.SHA1Str.Length;
}
#region Cloning