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 @@
-
+