Skip to content

Commit 3c4d854

Browse files
committed
Remove http using because thats already part of the implicit usings
1 parent 0891a99 commit 3c4d854

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/WebApiAot-CSharp/Program.Main.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Text.Json.Serialization;
2-
using Microsoft.AspNetCore.Http;
32
using Microsoft.AspNetCore.Http.HttpResults;
43

54
namespace Company.WebApplication1;

src/ProjectTemplates/Web.ProjectTemplates/content/WebApiAot-CSharp/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Text.Json.Serialization;
2-
using Microsoft.AspNetCore.Http;
32
using Microsoft.AspNetCore.Http.HttpResults;
43

54
var builder = WebApplication.CreateSlimBuilder(args);

0 commit comments

Comments
 (0)