From 08bad1910e7c60f5850e2357417fc656cc84e948 Mon Sep 17 00:00:00 2001 From: Jacob Alber Date: Wed, 13 May 2026 13:36:48 -0400 Subject: [PATCH] fixup Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com> --- .../IsolationKeyScopedAgentSessionStore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/dotnet/src/Microsoft.Agents.AI.Hosting/IsolationKeyScopedAgentSessionStore.cs b/dotnet/src/Microsoft.Agents.AI.Hosting/IsolationKeyScopedAgentSessionStore.cs index d246abeb16..f379d625fd 100644 --- a/dotnet/src/Microsoft.Agents.AI.Hosting/IsolationKeyScopedAgentSessionStore.cs +++ b/dotnet/src/Microsoft.Agents.AI.Hosting/IsolationKeyScopedAgentSessionStore.cs @@ -3,7 +3,6 @@ using System; using System.Threading; using System.Threading.Tasks; -using Microsoft.Shared.Diagnostics; namespace Microsoft.Agents.AI.Hosting;