We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bdb75 commit 1d2d51eCopy full SHA for 1d2d51e
src/tools/illink/src/ILLink.Tasks/build/Microsoft.NET.ILLink.targets
@@ -55,6 +55,7 @@ Copyright (c) .NET Foundation. All rights reserved.
55
<_ComObjectDescriptorSupport Condition="'$(_ComObjectDescriptorSupport)' == ''">false</_ComObjectDescriptorSupport>
56
<_DesignerHostSupport Condition="'$(_DesignerHostSupport)' == ''">false</_DesignerHostSupport>
57
<_DefaultValueAttributeSupport Condition="'$(_DefaultValueAttributeSupport)' == ''">false</_DefaultValueAttributeSupport>
58
+ <DynamicCodeSupport Conditiont="'$(DynamicCodeSupport)' == ''">true</DynamicCodeSupport>
59
</PropertyGroup>
60
61
0 commit comments