From 05a334061063b96e42196e7a52f164595bd68179 Mon Sep 17 00:00:00 2001 From: tommasodotnet Date: Tue, 10 Feb 2026 14:42:03 +0100 Subject: [PATCH] Remove unnecessary using directive for Aspire.Hosting in DevUIAggregatorHostedServiceTests --- .../DevUIAggregatorHostedServiceTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/dotnet/tests/Aspire.Hosting.AgentFramework.DevUI.UnitTests/DevUIAggregatorHostedServiceTests.cs b/dotnet/tests/Aspire.Hosting.AgentFramework.DevUI.UnitTests/DevUIAggregatorHostedServiceTests.cs index 361021d6a4..28104aa67a 100644 --- a/dotnet/tests/Aspire.Hosting.AgentFramework.DevUI.UnitTests/DevUIAggregatorHostedServiceTests.cs +++ b/dotnet/tests/Aspire.Hosting.AgentFramework.DevUI.UnitTests/DevUIAggregatorHostedServiceTests.cs @@ -1,7 +1,6 @@ // Copyright (c) Microsoft. All rights reserved. using System.Linq; -using Aspire.Hosting; using Aspire.Hosting.ApplicationModel; using Microsoft.AspNetCore.Http;