mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-17 05:45:34 +00:00
Remove framework gating
This commit is contained in:
@@ -20,10 +20,6 @@
|
||||
/// <summary>
|
||||
/// Pointer to an array that contains the error message or message box display text.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public string Text { get; set; }
|
||||
#else
|
||||
public string? Text { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user