diff --git a/SabreTools.Hashing/HashWrapper.cs b/SabreTools.Hashing/HashWrapper.cs index 46fdced..dfe7fc2 100644 --- a/SabreTools.Hashing/HashWrapper.cs +++ b/SabreTools.Hashing/HashWrapper.cs @@ -23,11 +23,7 @@ namespace SabreTools.Hashing /// /// Hash type associated with the current state /// -#if NETFRAMEWORK || NETCOREAPP3_1 - public HashType HashType { get; private set; } -#else - public HashType HashType { get; init; } -#endif + public readonly HashType HashType; /// /// Current hash in bytes