Skip to content

Commit fa09431

Browse files
Bot 🤖 generated CleanRepo tool run (#50859)
Co-authored-by: gewarren <[email protected]>
1 parent 2deb693 commit fa09431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docs/core/project-sdk/msbuild-props.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ Use the `DefaultItemExcludes` property to define glob patterns for files and fol
880880
```
881881

882882
> [!NOTE]
883-
> The `DefaultItemExcludes` property excludes files and folders from being watched by `dotnet watch`. For more information, see [Ignore specified folders and files from `dotnet watch`](/dotnet/core/tools/dotnet-watch#ignore-specified-files-and-folders).
883+
> The `DefaultItemExcludes` property excludes files and folders from being watched by `dotnet watch`. For more information, see [Ignore specified folders and files from `dotnet watch`](../tools/dotnet-watch.md#ignore-specified-files-and-folders).
884884
885885
### DefaultItemExcludesInProjectFolder
886886

‎docs/core/tools/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 operate on. If a file isn
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](../../../csharp/fundamentals/tutorials/file-based-programs.md).

0 commit comments

Comments
 (0)