Skip to content

Commit 9204e7f

Browse files
committed
Fix link
1 parent 4373f9b commit 9204e7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml/System.Reflection.Emit/AssemblyBuilder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@ The following code example shows how to define and use a dynamic assembly. The e
26862686
<value>
26872687
.NET Framework only: A value that indicates the host context where the dynamic assembly is being created.
26882688

2689-
.NET Core and 5+: 0 in all cases.
2689+
.NET Core and .NET 5+: 0 in all cases.
26902690
</value>
26912691
<remarks>To be added.</remarks>
26922692
</Docs>

xml/System.Reflection/Assembly.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3631,7 +3631,7 @@ This property is marked obsolete starting in .NET 5, and generates a compile-tim
36313631
<value>
36323632
.NET Framework only: An <see cref="T:System.Int64" /> value that indicates the host context with which the assembly was loaded, if any.
36333633

3634-
.NET Core and 5+: 0 in all cases.
3634+
.NET Core and .NET 5+: 0 in all cases.
36353635
</value>
36363636
<remarks>To be added.</remarks>
36373637
</Docs>
@@ -3907,7 +3907,7 @@ This property is marked obsolete starting in .NET 5, and generates a compile-tim
39073907
<value>
39083908
.NET Framework only: <see langword="true" /> if the current assembly is loaded with full trust; otherwise, <see langword="false" />.
39093909

3910-
.NET Core and 5+: <see langword="true" /> in all cases.
3910+
.NET Core and .NET 5+: <see langword="true" /> in all cases.
39113911
</value>
39123912
<remarks>To be added.</remarks>
39133913
</Docs>
@@ -6333,7 +6333,7 @@ In .NET 5 and later versions, for bundled assemblies, the value returned is an e
63336333
<value>
63346334
.NET Framework only: The security rule set that the CLR enforces for this assembly.
63356335

6336-
.NET Core and 5+: <xref:System.Security.SecurityRuleSet.None?displayProperty=nameWithType> in all cases.
6336+
.NET Core and .NET 5+: <see cref="E:System.Security.SecurityRuleSet.None" /> in all cases.
63376337
</value>
63386338
<remarks>
63396339
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)