Skip to content

Commit

Permalink
fix: Adjust vs build target framework filtering condition
Browse files Browse the repository at this point in the history
(cherry picked from commit fc2563c)
  • Loading branch information
jeromelaban authored and mergify[bot] committed Apr 15, 2024
1 parent ee0ce63 commit c7aae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Sdk/targets/Uno.SingleProject.VS.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'$(BuildingInsideVisualStudio)'=='true'
AND '$(UnoDisableVSFilterTargetFrameworkWithDebuggerTarget)' != 'true'
AND '$(IsImplicitlyTriggeredBuild)' == 'true'
AND $(IsUnoHead)">
AND '$(IsUnoHead)' == 'true' ">

<!--
This target is used to restrict the number of active target frameworks used when
Expand Down

0 comments on commit c7aae14

Please sign in to comment.