Skip to content

Commit 1d2d51e

Browse files
committed
Default DynamicCodeSupported to true for CoreCLR
1 parent f2bdb75 commit 1d2d51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/illink/src/ILLink.Tasks/build/Microsoft.NET.ILLink.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Copyright (c) .NET Foundation. All rights reserved.
5555
<_ComObjectDescriptorSupport Condition="'$(_ComObjectDescriptorSupport)' == ''">false</_ComObjectDescriptorSupport>
5656
<_DesignerHostSupport Condition="'$(_DesignerHostSupport)' == ''">false</_DesignerHostSupport>
5757
<_DefaultValueAttributeSupport Condition="'$(_DefaultValueAttributeSupport)' == ''">false</_DefaultValueAttributeSupport>
58+
<DynamicCodeSupport Conditiont="'$(DynamicCodeSupport)' == ''">true</DynamicCodeSupport>
5859
</PropertyGroup>
5960

6061

0 commit comments

Comments
 (0)