Skip to content

Commit bfacaa6

Browse files
authored
add trailing newline to include
1 parent 31278b0 commit bfacaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/cli-arguments-project-solution-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ The project or solution or C# (file-based app) file to clean. If a file isn't sp
1111

1212
- `SOLUTION` is the path and filename of a solution file (*.sln* or *.slnx* extension), or the path to a directory that contains a solution file.
1313

14-
- `FILE` is an argument added in .NET 10. The path and filename of a file-based app. File-based apps are contained within a single file that is built and run without a corresponding project (*.csproj*) file. For more information, see [Build file-based C# apps](/dotnet/csharp/fundamentals/tutorials/file-based-programs).
14+
- `FILE` is an argument added in .NET 10. The path and filename of a file-based app. File-based apps are contained within a single file that is built and run without a corresponding project (*.csproj*) file. For more information, see [Build file-based C# apps](/dotnet/csharp/fundamentals/tutorials/file-based-programs).

0 commit comments

Comments
 (0)