Skip to content

Commit 87dc32f

Browse files
authored
Remove unnecessary newline at the end of csproj (#61302)
This brings the template in line with the `dotnet new webapi` one, where there is no lingering newline at the end of the csproj.
1 parent c946659 commit 87dc32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/WebApiAot-CSharp.csproj.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="${MicrosoftAspNetCoreOpenApiVersion}" Condition="'$(EnableOpenAPI)' == 'True'" />
1616
</ItemGroup>
17+
1718
<!--#endif -->
18-
1919
</Project>

0 commit comments

Comments
 (0)