From 6f64fdb0b61745e3ec9b0ac12fb33fd0ed188434 Mon Sep 17 00:00:00 2001 From: SergeyMenshykh Date: Mon, 9 Feb 2026 14:03:59 +0000 Subject: [PATCH] fix compilation issue --- dotnet/src/Microsoft.Agents.AI.Abstractions/AgentResponse.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dotnet/src/Microsoft.Agents.AI.Abstractions/AgentResponse.cs b/dotnet/src/Microsoft.Agents.AI.Abstractions/AgentResponse.cs index 0218718e06..168f607491 100644 --- a/dotnet/src/Microsoft.Agents.AI.Abstractions/AgentResponse.cs +++ b/dotnet/src/Microsoft.Agents.AI.Abstractions/AgentResponse.cs @@ -3,11 +3,6 @@ using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; - -#if NET -using System.Text; -#endif -using System.Text.Json; using System.Text.Json.Serialization; using Microsoft.Extensions.AI; using Microsoft.Shared.Diagnostics;