Skip to content

Commit

Permalink
Update condition for NETStandard 2.1 Targeting Pack build (#102507)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosavljevic authored May 23, 2024
1 parent abbf9c6 commit 0be9010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@
<!--
Targeting pack package for NETStandard 2.1 gets rebuilt on demand.
Set to rebuild with 8.0.7 release, and automatically disabled after that.
Set to rebuild with 8.0.8 release, and automatically disabled after that.
-->
<BuildNETStandard21TargetingPack Condition="'$(PatchVersion)' == '7'">true</BuildNETStandard21TargetingPack>
<BuildNETStandard21TargetingPack Condition="'$(PatchVersion)' == '8'">true</BuildNETStandard21TargetingPack>
</PropertyGroup>
</Project>

0 comments on commit 0be9010

Please sign in to comment.