Browse Source

Merge branch 'master' into fixes/textProcessingBugs

pull/7509/head
Benedikt Stebner 4 years ago
committed by GitHub
parent
commit
b4f2c92d1f
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