Browse Source

Fix COM issue in Cursor (#7551)

Bump S.D.Common to 6.0.0 for non-netstandard2.0 builds
pull/7569/head
Steve 4 years ago
committed by GitHub
parent
commit
d8553afaee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      build/System.Drawing.Common.props

3
build/System.Drawing.Common.props

@ -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>

Loading…
Cancel
Save