Skip to content

Commit

Permalink
Fix COM issue in Cursor (AvaloniaUI#7551)
Browse files Browse the repository at this point in the history
Bump S.D.Common to 6.0.0 for non-netstandard2.0 builds
  • Loading branch information
hez2010 authored and danwalmsley committed Feb 21, 2022
1 parent 4dc4c99 commit e89b6dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/System.Drawing.Common.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.5.0" />
<PackageReference Condition="'$(TargetFramework)'!='netstandard2.0'" Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Condition="'$(TargetFramework)'=='netstandard2.0'" Include="System.Drawing.Common" Version="4.5.0" />
</ItemGroup>
</Project>

0 comments on commit e89b6dc

Please sign in to comment.