We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427d97a commit c44690fCopy full SHA for c44690f
1 file changed
src/ImageSharp/ImageSharp.csproj
@@ -32,7 +32,7 @@
32
<ItemGroup Condition="$(TargetFramework.StartsWith('netcoreapp')) AND $([MSBuild]::IsOSPlatform('OSX'))">
33
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="5.8.64" />
34
</ItemGroup>
35
- <ItemGroup Condition="$(TargetFramework.StartsWith('netstandard')) AND $([MSBuild]::IsOSPlatform('OSX'))">
+ <ItemGroup Condition="$(TargetFramework.StartsWith('netstandard2')) AND $([MSBuild]::IsOSPlatform('OSX'))">
36
37
38
0 commit comments