Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSébastien Ros <sebastienros@gmail.com>2022-02-16 00:42:25 +0300
committerGitHub <noreply@github.com>2022-02-16 00:42:25 +0300
commit1c32a6df6ebd96300df6b96ec8a1ea718c74780d (patch)
treebc7409eb3ae9763a5d7e409f7e0ccecc263ee38b /docs
parentc65e5ae81e5e77eca595395156ab1ba8a4011937 (diff)
Update SharedFramework.md (#40254)
Diffstat (limited to 'docs')
-rw-r--r--docs/SharedFramework.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SharedFramework.md b/docs/SharedFramework.md
index 068645536c..7c6fe0303c 100644
--- a/docs/SharedFramework.md
+++ b/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.