From db319938d876585b712aecbbee1ff09136d32719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Wed, 18 May 2022 23:07:46 -0700 Subject: [PATCH] Update Trimming.md (#41720) Co-authored-by: James Newton-King --- docs/Trimming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Trimming.md b/docs/Trimming.md index 8f89d5ba792..277c724fc88 100644 --- a/docs/Trimming.md +++ b/docs/Trimming.md @@ -20,8 +20,8 @@ The first step to trimming an ASP.NET Core assembly is adding it to `Linkability 1. Update the project file to enable trimming by adding `true`. This property configures the build to add metadata to the assembly to indicate it supports trimming. It also enables trimming analysis on the project. 2. Run `eng/scripts/GenerateProjectList.ps1` to update the list of projects that are known to be trimmable. The script adds the project to the list of known trimmable projects at [`eng/TrimmableProjects.props`](../eng/TrimmableProjects.props). -3. Open `Tools.slnf` -4. Add the project to `Tools.slnf`. +3. Open `src/Tools/Tools.slnf` +4. Add the project to `Tools.slnf`: 1. Right-click `LinkabilityCheck` and select *Load Direct Dependencies*. 2. Update the solution filter. 5. Build `LinkabilityChecker`.