mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 23:57:18 +00:00
Remove framework gating
This commit is contained in:
@@ -3,16 +3,8 @@ namespace SabreTools.Models.SeparatedValue
|
||||
public class MetadataFile
|
||||
{
|
||||
[Required]
|
||||
#if NET48
|
||||
public string[] Header { get; set; }
|
||||
#else
|
||||
public string[]? Header { get; set; }
|
||||
#endif
|
||||
|
||||
#if NET48
|
||||
public Row[] Row { get; set; }
|
||||
#else
|
||||
public Row[]? Row { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user