Skip to content

Commit f98fefe

Browse files
authored
Update file-nesting-solution-explorer.md
Update the note at the beginning of file-nesting-solution-explorer.md to reflect that the feature is now supported for all .NET Core projects, but only on by default for ASP.NET Core.
1 parent 50e86c1 commit f98fefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/file-nesting-solution-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.technology: vs-ide-general
1919
**Solution Explorer** nests related files to help organize them and make them easier to locate. For example, if you add a Windows Forms form to a project, the code file for the form is nested below the form in **Solution Explorer**. In ASP.NET Core projects, file nesting can be taken a step further. You can choose between the file nesting presets **Off**, **Default**, and **Web**. You can also [customize how files are nested](#customize-file-nesting) or [create solution-specific and project-specific settings](#create-project-specific-settings).
2020

2121
> [!NOTE]
22-
> The feature is currently only supported for ASP.NET Core projects.
22+
> The feature is supported for all .NET Core projects, but is only on by default for ASP.NET Core projects.
2323
2424
## File nesting options
2525

0 commit comments

Comments
 (0)