From 2871e8ed2e695779aa30b59bd8d3f3204a7a401b Mon Sep 17 00:00:00 2001 From: AlexNDRmac Date: Mon, 26 Oct 2020 22:17:59 +0200 Subject: [PATCH] Add support using libgdiplus on macOS --- src/ImageSharp/ImageSharp.csproj | 8 ++++++++ tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj | 4 +++- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index c3d9618c8..2a9b53cba 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -28,6 +28,14 @@ + + + + + + + + diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj index 4784a219b..627e281f6 100644 --- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj +++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj @@ -26,7 +26,9 @@ - + + + diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index 07ade97d5..d96d33a5a 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -22,6 +22,8 @@ + +