mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-15 05:45:00 +00:00
Remove framework gating
This commit is contained in:
@@ -13,11 +13,7 @@ namespace SabreTools.Models.NewExecutable
|
||||
/// "N" is low-order byte.
|
||||
/// "E" is high-order byte.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public string Magic;
|
||||
#else
|
||||
public string? Magic;
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Version number of the linker.
|
||||
|
||||
Reference in New Issue
Block a user