Skip to content

Commit 5e670bc

Browse files
committed
Fix build
1 parent 3da754a commit 5e670bc

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Http/Http.Results/src/HttpResultsHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Text.Json;
77
using Microsoft.AspNetCore.Internal;
88
using Microsoft.AspNetCore.Mvc;
9-
using Microsoft.AspNetCore.Routing;
109
using Microsoft.Extensions.Logging;
1110
using Microsoft.Net.Http.Headers;
1211

src/Http/Http.Results/src/Results.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using Microsoft.AspNetCore.Http.HttpResults;
1212
using Microsoft.AspNetCore.Internal;
1313
using Microsoft.AspNetCore.Mvc;
14-
using Microsoft.AspNetCore.Routing;
1514
using Microsoft.Net.Http.Headers;
1615

1716
namespace Microsoft.AspNetCore.Http;

src/Http/Http.Results/src/TypedResults.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using Microsoft.AspNetCore.Http.HttpResults;
1212
using Microsoft.AspNetCore.Internal;
1313
using Microsoft.AspNetCore.Mvc;
14-
using Microsoft.AspNetCore.Routing;
1514
using Microsoft.Net.Http.Headers;
1615

1716
namespace Microsoft.AspNetCore.Http;

0 commit comments

Comments
 (0)