Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
driver1998 committed Aug 21, 2024
1 parent c666c00 commit fee2163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Target Name="RemoveWindowsFormsIntegrationOnNet9"
Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 9 and '$(UseWindowsForms)' == 'true' and '$(UseWPF)' != 'true'"
BeforeTargets="MarkupCompilePass1">
<ItemGroup >
<ItemGroup>
<ReferencePath Remove="@(ReferencePath)" Condition="'%(Filename)' == 'WindowsFormsIntegration'" />
</ItemGroup>
</Target>
Expand Down

0 comments on commit fee2163

Please sign in to comment.