From 5913f16aa6d7ce2cceae23d6219be9bb0210e217 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:37:54 -0700 Subject: [PATCH] Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/ContentTypeUtilities.cs remove erroneously added include --- .../Azure.Sdk.Tools.TestProxy/Common/ContentTypeUtilities.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/ContentTypeUtilities.cs b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/ContentTypeUtilities.cs index 8a23a3f4b32..2dbb3421941 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/ContentTypeUtilities.cs +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/ContentTypeUtilities.cs @@ -5,7 +5,6 @@ using System; using System.Text; -using Microsoft.AspNetCore.Razor.Language.Intermediate; namespace Azure.Sdk.Tools.TestProxy.Common {