Skip to content

Commit 4f9dbde

Browse files
[3.2-RC] Rename MonoLinkerI18NAssemblies -> BlazorWebAssemblyI18NAssemblies (#18052)
1 parent 1d0761a commit 4f9dbde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aspnetcore/host-and-deploy/blazor/configure-linker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to control the Intermediate Language (IL) Linker when bui
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 03/23/2020
8+
ms.date: 04/29/2020
99
no-loc: [Blazor, SignalR]
1010
uid: host-and-deploy/blazor/configure-linker
1111
---
@@ -98,11 +98,11 @@ In the following example, the *LinkerConfig.xml* file is specified as an embedde
9898

9999
By default, Blazor's linker configuration for Blazor WebAssembly apps strips out internationalization information except for locales explicitly requested. Removing these assemblies minimizes the app's size.
100100

101-
To control which I18N assemblies are retained, set the `<MonoLinkerI18NAssemblies>` MSBuild property in the project file:
101+
To control which I18N assemblies are retained, set the `<BlazorWebAssemblyI18NAssemblies>` MSBuild property in the project file:
102102

103103
```xml
104104
<PropertyGroup>
105-
<MonoLinkerI18NAssemblies>{all|none|REGION1,REGION2,...}</MonoLinkerI18NAssemblies>
105+
<BlazorWebAssemblyI18NAssemblies>{all|none|REGION1,REGION2,...}</BlazorWebAssemblyI18NAssemblies>
106106
</PropertyGroup>
107107
```
108108

0 commit comments

Comments
 (0)