From 5e670bcfcb6b3909182bd320a079ad5773745e2e Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Tue, 24 Jan 2023 09:11:13 +0800 Subject: [PATCH] Fix build --- src/Http/Http.Results/src/HttpResultsHelper.cs | 1 - src/Http/Http.Results/src/Results.cs | 1 - src/Http/Http.Results/src/TypedResults.cs | 1 - 3 files changed, 3 deletions(-) diff --git a/src/Http/Http.Results/src/HttpResultsHelper.cs b/src/Http/Http.Results/src/HttpResultsHelper.cs index fcf295ddcd87..65d5188adbe7 100644 --- a/src/Http/Http.Results/src/HttpResultsHelper.cs +++ b/src/Http/Http.Results/src/HttpResultsHelper.cs @@ -6,7 +6,6 @@ using System.Text.Json; using Microsoft.AspNetCore.Internal; using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.Logging; using Microsoft.Net.Http.Headers; diff --git a/src/Http/Http.Results/src/Results.cs b/src/Http/Http.Results/src/Results.cs index 7a395964ba9f..6acc40b9e096 100644 --- a/src/Http/Http.Results/src/Results.cs +++ b/src/Http/Http.Results/src/Results.cs @@ -11,7 +11,6 @@ using Microsoft.AspNetCore.Http.HttpResults; using Microsoft.AspNetCore.Internal; using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Routing; using Microsoft.Net.Http.Headers; namespace Microsoft.AspNetCore.Http; diff --git a/src/Http/Http.Results/src/TypedResults.cs b/src/Http/Http.Results/src/TypedResults.cs index 8455fc26193c..9093a346ec25 100644 --- a/src/Http/Http.Results/src/TypedResults.cs +++ b/src/Http/Http.Results/src/TypedResults.cs @@ -11,7 +11,6 @@ using Microsoft.AspNetCore.Http.HttpResults; using Microsoft.AspNetCore.Internal; using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Routing; using Microsoft.Net.Http.Headers; namespace Microsoft.AspNetCore.Http;