From c67d0faeaf65e2b5c71dc787b03ac2b6d094a3aa Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 12 Sep 2023 08:23:34 +1000 Subject: [PATCH] remove obsolete comment --- Flow.Launcher.Core/Plugin/JsonRPCModelContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Flow.Launcher.Core/Plugin/JsonRPCModelContext.cs b/Flow.Launcher.Core/Plugin/JsonRPCModelContext.cs index 7309e740b..b84801578 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCModelContext.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCModelContext.cs @@ -2,7 +2,6 @@ namespace Flow.Launcher.Core.Plugin { - // TODO: After Upgrading to .Net 7, adding Source Generating Context for IAsyncEnumerable JsonRPCMessage [JsonSerializable(typeof(JsonRPCQueryResponseModel))] public partial class JsonRPCQueryResponseModelContext : JsonSerializerContext