Update to .NET 8.0 RC1.

This commit is contained in:
2023-09-24 21:48:48 +01:00
parent 1d4add3282
commit 28df3fb207
2 changed files with 6 additions and 5 deletions

View File

@@ -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;