Skip to content

Commit

Permalink
Remove YSDispatchInfo from Core's JsonContext
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Nov 22, 2024
1 parent 47b7b60 commit 978aa73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hi3Helper.Core/Classes/Preset/Classes/ClassesContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace Hi3Helper
{
[JsonSourceGenerationOptions(IncludeFields = true, GenerationMode = JsonSourceGenerationMode.Metadata, IgnoreReadOnlyFields = false)]
[JsonSerializable(typeof(DataProperties))]
[JsonSerializable(typeof(YSDispatchInfo))]
[JsonSerializable(typeof(PkgVersionProperties))]
[JsonSerializable(typeof(DataPropertiesContent))]
[JsonSerializable(typeof(FilePropertiesRemote[]))]
Expand Down

0 comments on commit 978aa73

Please sign in to comment.