mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Promote SoftwareList
This commit is contained in:
@@ -226,12 +226,6 @@ namespace SabreTools.Library.DatItems
|
||||
[JsonProperty("slots", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public List<ListXmlSlot> Slots { get; set; } = null;
|
||||
|
||||
/// <summary>
|
||||
/// List of software lists
|
||||
/// </summary>
|
||||
[JsonProperty("softwarelists", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
public List<ListXmlSoftwareList> SoftwareLists { get; set; } = null;
|
||||
|
||||
/// <summary>
|
||||
/// List of ramoptions
|
||||
/// </summary>
|
||||
@@ -602,7 +596,6 @@ namespace SabreTools.Library.DatItems
|
||||
Features = this.Features,
|
||||
Devices = this.Devices,
|
||||
Slots = this.Slots,
|
||||
SoftwareLists = this.SoftwareLists,
|
||||
RamOptions = this.RamOptions,
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user