diff --git a/OscQueryLibrary/Models/JsonSourceGenerators.cs b/OscQueryLibrary/Models/JsonSourceGenerators.cs index fa2bb7b..e4fe148 100644 --- a/OscQueryLibrary/Models/JsonSourceGenerators.cs +++ b/OscQueryLibrary/Models/JsonSourceGenerators.cs @@ -8,6 +8,6 @@ namespace OscQueryLibrary.Models; [JsonSerializable(typeof(RootNode))] [JsonSerializable(typeof(AvatarContents))] [JsonSerializable(typeof(OscParameterNode))] -[JsonSerializable(typeof(OscParameterNodeEnd<>))] +[JsonSerializable(typeof(OscParameterNodeEnd))] // We need to specify generic type here, otherwise we get a warning about it ignoring this [JsonSourceGenerationOptions(GenerationMode = JsonSourceGenerationMode.Default, WriteIndented = true, AllowTrailingCommas = true)] internal partial class ModelsSourceGenerationContext : JsonSerializerContext; \ No newline at end of file