Skip to content

Commit

Permalink
Default DynamicCodeSupported to true for CoreCLR
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer committed Jun 17, 2024
1 parent f2bdb75 commit 1d2d51e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<_ComObjectDescriptorSupport Condition="'$(_ComObjectDescriptorSupport)' == ''">false</_ComObjectDescriptorSupport>
<_DesignerHostSupport Condition="'$(_DesignerHostSupport)' == ''">false</_DesignerHostSupport>
<_DefaultValueAttributeSupport Condition="'$(_DefaultValueAttributeSupport)' == ''">false</_DefaultValueAttributeSupport>
<DynamicCodeSupport Conditiont="'$(DynamicCodeSupport)' == ''">true</DynamicCodeSupport>
</PropertyGroup>


Expand Down

0 comments on commit 1d2d51e

Please sign in to comment.