Skip to content

Commit db31993

Browse files
Update Trimming.md (#41720)
Co-authored-by: James Newton-King <[email protected]>
1 parent 4626d04 commit db31993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Trimming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The first step to trimming an ASP.NET Core assembly is adding it to `Linkability
2020

2121
1. Update the project file to enable trimming by adding `<IsTrimmable>true</IsTrimmable>`. This property configures the build to add metadata to the assembly to indicate it supports trimming. It also enables trimming analysis on the project.
2222
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).
23-
3. Open `Tools.slnf`
24-
4. Add the project to `Tools.slnf`.
23+
3. Open `src/Tools/Tools.slnf`
24+
4. Add the project to `Tools.slnf`:
2525
1. Right-click `LinkabilityCheck` and select *Load Direct Dependencies*.
2626
2. Update the solution filter.
2727
5. Build `LinkabilityChecker`.

0 commit comments

Comments
 (0)