From 427d97a742a108429d201e823a125c415a9d2306 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 c3d9618c8c..2a9b53cbab 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 4784a219b2..627e281f6f 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 07ade97d5d..d96d33a5ad 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -22,6 +22,8 @@ + +