Skip to content

Commit

Permalink
Remove crossgen2 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed May 24, 2024
1 parent dc3f120 commit 2a12d10
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@
<_IsPublishing>true</_IsPublishing>
</PropertyGroup>

<PropertyGroup>
<_ComObjectDescriptorSupport>false</_ComObjectDescriptorSupport>
</PropertyGroup>

<ItemGroup>
<RuntimeHostConfigurationOption Include="System.ComponentModel.TypeDescriptor.IsComObjectDescriptorSupported"
Condition="'$(_ComObjectDescriptorSupport)' != ''"
Value="$(_ComObjectDescriptorSupport)"
Trim="true" />
</ItemGroup>

<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

<PropertyGroup>
Expand Down

0 comments on commit 2a12d10

Please sign in to comment.