mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-16 13:55:29 +00:00
Remove framework gating
This commit is contained in:
@@ -33,10 +33,6 @@
|
||||
/// file and is not mapped into the run-time address space). If it is mapped,
|
||||
/// the RVA is its address.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public DebugDirectoryEntry[] DebugDirectoryTable { get; set; }
|
||||
#else
|
||||
public DebugDirectoryEntry?[]? DebugDirectoryTable { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user