mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-15 21:38:26 +00:00
Remove framework gating
This commit is contained in:
@@ -51,10 +51,6 @@
|
||||
/// <summary>
|
||||
/// Table entries in the bundle
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public EntryTableEntry[] TableEntries { get; set; }
|
||||
#else
|
||||
public EntryTableEntry?[]? TableEntries { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user