We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acec0a commit e79d6c8Copy full SHA for e79d6c8
1 file changed
aspnetcore/blazor/host-and-deploy/configure-trimmer.md
@@ -26,6 +26,7 @@ Trimming for .NET apps can be disabled by setting the `PublishTrimmed` MSBuild p
26
<PublishTrimmed>false</PublishTrimmed>
27
</PropertyGroup>
28
```
29
+Additional options to configure the trimmer can be found at [Trimming options](/dotnet/core/deploying/trimming-options).
30
31
## Additional resources
32
0 commit comments