Skip to content

Commit

Permalink
Enable the Respecting Item's Culture by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad Alizada committed May 21, 2024
1 parent d4e0341 commit f31ffed
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ Copyright (c) .NET Foundation. All rights reserved.
<GenerateResourceWarnOnBinaryFormatterUse>true</GenerateResourceWarnOnBinaryFormatterUse>
</PropertyGroup>

<PropertyGroup Condition="'$(RespectAlreadyAssignedItemCulture)' == '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '9.0'))">
<RespectAlreadyAssignedItemCulture>true</RespectAlreadyAssignedItemCulture>
</PropertyGroup>

<!-- Set the IsRidAgnostic property if this project should NOT accept global RuntimeIdentifier and SelfContained
property values from referencing projects. -->
<PropertyGroup Condition="'$(IsRidAgnostic)' == ''">
Expand Down

0 comments on commit f31ffed

Please sign in to comment.