Обнновлено до .net10
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace YandexMusic.API.Models.Common;
|
||||
|
||||
public class YBaseModel
|
||||
{
|
||||
public class YBaseModel
|
||||
{
|
||||
[JsonIgnore]
|
||||
public YExecutionContext Context { get; set; }
|
||||
}
|
||||
[JsonIgnore]
|
||||
public YExecutionContext Context { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user