mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 15:47:27 +00:00
Remove framework gating
This commit is contained in:
@@ -8,11 +8,7 @@ namespace SabreTools.Models.PIC
|
||||
/// Disc Information Identifier "DI"
|
||||
/// Emergency Brake Identifier "EB"
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public string DiscInformationIdentifier { get; set; }
|
||||
#else
|
||||
public string? DiscInformationIdentifier { get; set; }
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Disc Information Format
|
||||
|
||||
Reference in New Issue
Block a user