You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/host-and-deploy/blazor/configure-linker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to control the Intermediate Language (IL) Linker when bui
5
5
monikerRange: '>= aspnetcore-3.1'
6
6
ms.author: riande
7
7
ms.custom: mvc
8
-
ms.date: 04/29/2020
8
+
ms.date: 05/04/2020
9
9
no-loc: [Blazor, SignalR]
10
10
uid: host-and-deploy/blazor/configure-linker
11
11
---
@@ -78,7 +78,7 @@ Control linking on a per-assembly basis by providing an XML configuration file a
78
78
</linker>
79
79
```
80
80
81
-
For more information, see [Link xml file examples (mono/linker GitHub repository)](https://github.com/mono/linker#link-xml-file-examples).
81
+
For more information and examples, see [Data Formats (mono/linker GitHub repository)](https://github.com/mono/linker/blob/master/docs/data-formats.md).
82
82
83
83
## Add an XML linker configuration file to a library
0 commit comments