From c3bf1664ab701e2ceaa3b06f1ee83a81b66fd2ef Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Fri, 15 Jun 2018 16:21:54 -0700 Subject: [PATCH] Eliminate reference to System.Runtime.CompilerServices.Unsafe on .NETCOREAPP2.1 --- src/ImageSharp/ImageSharp.csproj | 2 +- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 390c65506..baf0551f1 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -40,12 +40,12 @@ All - + diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index 139df3972..e0f13fb21 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -25,6 +25,11 @@ + + + + +