mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 07:37:10 +00:00
Ensure more correct nullability
This commit is contained in:
@@ -70,7 +70,7 @@ namespace SabreTools.Models.PortableExecutable
|
||||
#if NET48
|
||||
public SecuROMAddDEntry[] Entries;
|
||||
#else
|
||||
public SecuROMAddDEntry[]? Entries;
|
||||
public SecuROMAddDEntry?[]? Entries;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user