Skip to content

Commit e6a2e83

Browse files
authored
TrimMode configuration
1 parent b327c62 commit e6a2e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: aspnetcore/blazor/host-and-deploy/configure-trimmer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ To configure the IL Trimmer, see the [Trimming options](/dotnet/core/deploying/t
3333
The default trimmer granularity for Blazor apps is `partial`. To trim all assemblies, change the granularity to `full` in the app's project file:
3434

3535
```xml
36-
<ItemGroup>
36+
<PropertyGroup>
3737
<TrimMode>full</TrimMode>
38-
</ItemGroup>
38+
</PropertyGroup>
3939
```
4040

4141
For more information, see [Trimming options (.NET documentation)](/dotnet/core/deploying/trimming/trimming-options#trimming-granularity).

0 commit comments

Comments
 (0)