From e4a684d6d82b2cc8607dc7fb50a2e5dcaa06b69d Mon Sep 17 00:00:00 2001 From: Nikita Balabaev Date: Thu, 24 Aug 2017 16:16:23 +0700 Subject: [PATCH] update packages --- src/ImageSharp/ImageSharp.csproj | 8 ++++---- tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj | 2 +- tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs | 6 +++--- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index 8733131a7..274827555 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -38,13 +38,13 @@ All - + - - + + - + ..\..\ImageSharp.ruleset diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj index 72593a0da..6228afd9e 100644 --- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj +++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj @@ -10,7 +10,7 @@ - + diff --git a/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs b/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs index 0537ffda0..7b9d28f03 100644 --- a/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs +++ b/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs @@ -3,10 +3,10 @@ // Licensed under the Apache License, Version 2.0. // -using ImageSharp.Formats; - namespace ImageSharp.Tests { + using System.IO; + using ImageSharp.PixelFormats; using Xunit; @@ -38,4 +38,4 @@ namespace ImageSharp.Tests } } } -} \ No newline at end of file +} diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index b0429d9ed..bd20ba7c1 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -10,7 +10,7 @@ - +