Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Sep 26, 2024
1 parent 28977a0 commit 0935218
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,8 @@
<StackTraceSupport>false</StackTraceSupport>
<UseNativeHttpHandler>true</UseNativeHttpHandler>
<TrimMode>partial</TrimMode>
</PropertyGroup>

<!-- TODO: Perhaps can be removed with stable release of .NET 9 -->
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<RuntimeHostConfigurationOption Include="System.ComponentModel.DefaultValueAttribute.IsSupported" Value="true" Trim="true" />
</ItemGroup>
<!-- TODO: Perhaps can be removed with stable release of .NET 9 -->
<_DefaultValueAttributeSupport>true</_DefaultValueAttributeSupport>
</PropertyGroup>
</Project>

0 comments on commit 0935218

Please sign in to comment.