mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-21 16:24:23 +00:00
Remove framework gating
This commit is contained in:
@@ -18,10 +18,6 @@
|
||||
/// <summary>
|
||||
/// ASCII text of the type or name string.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public byte[] Text { get; set; }
|
||||
#else
|
||||
public byte[]? Text { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user