mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 07:37:10 +00:00
Remove framework gating
This commit is contained in:
@@ -19,11 +19,7 @@
|
||||
/// <summary>
|
||||
/// ASCII text of the name string.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public byte[] NameString { get; set; }
|
||||
#else
|
||||
public byte[]? NameString { get; set; }
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Ordinal number (index into entry table). This value is ignored
|
||||
|
||||
Reference in New Issue
Block a user