Skip to content

Commit 1c32a6d

Browse files
authored
Update SharedFramework.md (#40254)
1 parent c65e5ae commit 1c32a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SharedFramework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ The ASP.NET Core shared framework contains assemblies that are fully developed,
2424
The contents of the shared framework are defined in two ways:
2525

2626
* [eng/SharedFramework.Local.props](/eng/SharedFramework.Local.props) - this file is generated from the .csproj files in this repo
27-
by looking for projects which have set `<IsAspNetCoreApp>true</IsAspNetCoreApp>`.
27+
by looking for projects which have set `<IsAspNetCoreApp>true</IsAspNetCoreApp>`. Run `./eng/scripts/GenerateProjectList.ps1` to update.
2828
* [eng/SharedFramework.External.props](/eng/SharedFramework.External.props) - this file lists all assemblies shipped
2929
in Microsoft.AspNetCore.App which are built by source code found in other repositories.

0 commit comments

Comments
 (0)