From 8b856093200b7976eb8bbd47fdb3b01f1782bdb2 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Fri, 15 Jun 2018 16:37:24 -0700 Subject: [PATCH] Downgrade Unsafe package [test] --- src/ImageSharp/ImageSharp.csproj | 4 ++++ .../Drawing/Text/DrawTextOnImageTests.cs | 13 ++++--------- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 4 ---- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index baf0551f1..299586abc 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -47,6 +47,10 @@ + + + + diff --git a/tests/ImageSharp.Tests/Drawing/Text/DrawTextOnImageTests.cs b/tests/ImageSharp.Tests/Drawing/Text/DrawTextOnImageTests.cs index a9c7a6ebb..c3a2bf17f 100644 --- a/tests/ImageSharp.Tests/Drawing/Text/DrawTextOnImageTests.cs +++ b/tests/ImageSharp.Tests/Drawing/Text/DrawTextOnImageTests.cs @@ -1,25 +1,20 @@ // Copyright (c) Six Labors and contributors. // Licensed under the Apache License, Version 2.0. -using System.Numerics; - +using System; +using System.Linq; +using System.Text; using SixLabors.Fonts; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing; -using SixLabors.ImageSharp.Processing.Drawing; using SixLabors.ImageSharp.Processing.Text; +using SixLabors.Primitives; using Xunit; // ReSharper disable InconsistentNaming namespace SixLabors.ImageSharp.Tests.Drawing.Text { - using System; - using System.Linq; - using System.Text; - - using SixLabors.Primitives; - [GroupOutput("Drawing/Text")] public class DrawTextOnImageTests { diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index e0f13fb21..6add99c05 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -25,10 +25,6 @@ - - - -