mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-17 21:48:30 +00:00
Remove framework gating
This commit is contained in:
@@ -20,10 +20,6 @@
|
||||
/// Following the size are null-terminated strings that are pointed to by symbols
|
||||
/// in the COFF symbol table.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public string[] Strings { get; set; }
|
||||
#else
|
||||
public string[]? Strings { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user