mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Update to .NET 8.0 RC1.
This commit is contained in:
@@ -264,8 +264,9 @@ public class MediaStats
|
||||
[XmlAttribute]
|
||||
public bool real;
|
||||
/// <summary>Media type</summary>
|
||||
[XmlAttribute]
|
||||
public string type;
|
||||
[XmlAttribute(AttributeName = "type")]
|
||||
[JsonPropertyName("type")]
|
||||
public string MediaType;
|
||||
/// <summary>Number of times it has been found</summary>
|
||||
[XmlText]
|
||||
public long Value;
|
||||
|
||||
Reference in New Issue
Block a user