diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj
index 8733131a74..2748275556 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 72593a0da4..6228afd9ea 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 0537ffda0e..7b9d28f039 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 b0429d9ede..bd20ba7c1c 100644
--- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj
+++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj
@@ -10,7 +10,7 @@
-
+