Skip to content

Commit

Permalink
Fix COM issue in Cursor (#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 Feb 8, 2022
1 parent f36400c commit d8553af
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 d8553af

Please sign in to comment.