mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-26 18:52:20 +00:00
Remove framework gating
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
/// <summary>
|
||||
/// The pointers are 32 bits each and are relative to the image base.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public uint[] Pointers { get; set; }
|
||||
#else
|
||||
public uint[]? Pointers { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user