[Blazor] Fix linker doc URL (#16629)

This commit is contained in:
SIkebe 2019-10-30 21:29:37 +09:00 committed by Javier Calvarro Nelson
parent 0d02d7a705
commit 73f2bbdb10
1 changed files with 1 additions and 1 deletions

View File

@ -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