Browse Source

Update SharedFramework.md (#40254)

Sébastien Ros 4 years ago
parent
commit
1c32a6df6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/SharedFramework.md

+ 1 - 1
docs/SharedFramework.md

@@ -24,6 +24,6 @@ The ASP.NET Core shared framework contains assemblies that are fully developed,
 The contents of the shared framework are defined in two ways:
 
 * [eng/SharedFramework.Local.props](/eng/SharedFramework.Local.props) - this file is generated from the .csproj files in this repo
-  by looking for projects which have set `<IsAspNetCoreApp>true</IsAspNetCoreApp>`.
+  by looking for projects which have set `<IsAspNetCoreApp>true</IsAspNetCoreApp>`. Run `./eng/scripts/GenerateProjectList.ps1` to update.
 * [eng/SharedFramework.External.props](/eng/SharedFramework.External.props) - this file lists all assemblies shipped
   in Microsoft.AspNetCore.App which are built by source code found in other repositories.