From 518b3d598ee601850ec3ea41df9e30da241b4517 Mon Sep 17 00:00:00 2001 From: Sander ten Brinke Date: Thu, 3 Apr 2025 11:55:19 +0200 Subject: [PATCH] Remove unnecessary newline at the end of csproj This brings the template in line with the `dotnet new webapi` one, where there is no lingering newline at the end of the csproj. --- .../Web.ProjectTemplates/WebApiAot-CSharp.csproj.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProjectTemplates/Web.ProjectTemplates/WebApiAot-CSharp.csproj.in b/src/ProjectTemplates/Web.ProjectTemplates/WebApiAot-CSharp.csproj.in index 9445c03a87bd..134c29609181 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/WebApiAot-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.ProjectTemplates/WebApiAot-CSharp.csproj.in @@ -14,6 +14,6 @@ + -