mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-24 01:32:15 +00:00
Remove framework gating
This commit is contained in:
@@ -54,10 +54,6 @@
|
||||
/// strings to identify Type, Name, or Language entries (depending on the
|
||||
/// level of the table).
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public ResourceDirectoryEntry[] Entries { get; set; }
|
||||
#else
|
||||
public ResourceDirectoryEntry?[]? Entries { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user