[Blazor] Fix linker doc URL (#16629)
This commit is contained in:
parent
0d02d7a705
commit
73f2bbdb10
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- This file specifies which parts of the BCL or Blazor packages must not be stripped
|
||||
by the IL linker even if they are not referenced by user code. The file format is
|
||||
described at https://github.com/mono/linker/blob/master/linker/README.md#syntax-of-xml-descriptor -->
|
||||
described at https://github.com/mono/linker/blob/master/src/linker/README.md#syntax-of-xml-descriptor -->
|
||||
|
||||
<assembly fullname="mscorlib">
|
||||
<!-- Preserve all methods on WasmRuntime, because these are called by JS-side code
|
||||
|
|
|
|||
Loading…
Reference in New Issue