diff --git a/src/Brutal.Dev.StrongNameSigner.Console/LogLevel.cs b/src/Brutal.Dev.StrongNameSigner.Console/LogLevel.cs
index bdc5a63..fa966d6 100644
--- a/src/Brutal.Dev.StrongNameSigner.Console/LogLevel.cs
+++ b/src/Brutal.Dev.StrongNameSigner.Console/LogLevel.cs
@@ -1,6 +1,4 @@
-using System.ComponentModel;
-
-namespace Brutal.Dev.StrongNameSigner.Console
+namespace Brutal.Dev.StrongNameSigner.Console
{
internal enum LogLevel
{
diff --git a/src/Brutal.Dev.StrongNameSigner.Console/Options.cs b/src/Brutal.Dev.StrongNameSigner.Console/Options.cs
index 3407ef9..a54e35a 100644
--- a/src/Brutal.Dev.StrongNameSigner.Console/Options.cs
+++ b/src/Brutal.Dev.StrongNameSigner.Console/Options.cs
@@ -1,8 +1,5 @@
using System;
-using System.Collections.Generic;
using System.IO;
-using System.Linq;
-using System.Text;
using PowerArgs;
namespace Brutal.Dev.StrongNameSigner.Console
diff --git a/src/Brutal.Dev.StrongNameSigner.Docs/Documentation.shfbproj b/src/Brutal.Dev.StrongNameSigner.Docs/Documentation.shfbproj
index f72f25a..47bcd90 100644
--- a/src/Brutal.Dev.StrongNameSigner.Docs/Documentation.shfbproj
+++ b/src/Brutal.Dev.StrongNameSigner.Docs/Documentation.shfbproj
@@ -75,4 +75,4 @@
-
\ No newline at end of file
+
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.A/A.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.A/A.cs
index e5b12e2..e8f1d74 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.A/A.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.A/A.cs
@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Brutal.Dev.StrongNameSigner.TestAssembly.A
+namespace Brutal.Dev.StrongNameSigner.TestAssembly.A
{
public class A
{
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.A/Properties/AssemblyInfo.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.A/Properties/AssemblyInfo.cs
index 699ad20..f5ed35c 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.A/Properties/AssemblyInfo.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.A/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.B/B.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.B/B.cs
index 1d168d9..b699322 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.B/B.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.B/B.cs
@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Brutal.Dev.StrongNameSigner.TestAssembly.B
+namespace Brutal.Dev.StrongNameSigner.TestAssembly.B
{
public class B
{
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Form1.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Form1.cs
index 79bbc05..462138c 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Form1.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Form1.cs
@@ -1,11 +1,6 @@
-using Brutal.Dev.StrongNameSigner.TestAssembly.Properties;
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
+using System;
using System.Windows.Forms;
+using Brutal.Dev.StrongNameSigner.TestAssembly.Properties;
namespace Brutal.Dev.StrongNameSigner.TestAssembly
{
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Program.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Program.cs
index 7dca78e..4779537 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Program.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Program.cs
@@ -1,5 +1,4 @@
using System;
-using System.Collections.Generic;
using System.Configuration;
using System.Windows.Forms;
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Properties/AssemblyInfo.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Properties/AssemblyInfo.cs
index fcda672..6e23157 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Properties/AssemblyInfo.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET20/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Form1.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Form1.cs
index 79bbc05..462138c 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Form1.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Form1.cs
@@ -1,11 +1,6 @@
-using Brutal.Dev.StrongNameSigner.TestAssembly.Properties;
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
+using System;
using System.Windows.Forms;
+using Brutal.Dev.StrongNameSigner.TestAssembly.Properties;
namespace Brutal.Dev.StrongNameSigner.TestAssembly
{
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Program.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Program.cs
index 811c683..53c5e3f 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Program.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Program.cs
@@ -1,5 +1,4 @@
using System;
-using System.Collections.Generic;
using System.Configuration;
using System.Windows.Forms;
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Properties/AssemblyInfo.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Properties/AssemblyInfo.cs
index fcda672..6e23157 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Properties/AssemblyInfo.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET40/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Form1.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Form1.cs
index d97460e..f283edc 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Form1.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Form1.cs
@@ -1,13 +1,6 @@
-using Brutal.Dev.StrongNameSigner.TestAssembly.NET45.Properties;
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+using System;
using System.Windows.Forms;
+using Brutal.Dev.StrongNameSigner.TestAssembly.NET45.Properties;
namespace Brutal.Dev.StrongNameSigner.TestAssembly.NET45
{
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Program.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Program.cs
index 92addd0..2b575c0 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Program.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Program.cs
@@ -1,8 +1,5 @@
using System;
-using System.Collections.Generic;
using System.Configuration;
-using System.Linq;
-using System.Threading.Tasks;
using System.Windows.Forms;
namespace Brutal.Dev.StrongNameSigner.TestAssembly.NET45
diff --git a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Properties/AssemblyInfo.cs b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Properties/AssemblyInfo.cs
index 7e56da1..2d173d8 100644
--- a/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Properties/AssemblyInfo.cs
+++ b/src/Brutal.Dev.StrongNameSigner.TestAssembly.NET45/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
diff --git a/src/Brutal.Dev.StrongNameSigner.Tests/Brutal.Dev.StrongNameSigner.Tests.csproj b/src/Brutal.Dev.StrongNameSigner.Tests/Brutal.Dev.StrongNameSigner.Tests.csproj
index 4efe2bc..78ef40d 100644
--- a/src/Brutal.Dev.StrongNameSigner.Tests/Brutal.Dev.StrongNameSigner.Tests.csproj
+++ b/src/Brutal.Dev.StrongNameSigner.Tests/Brutal.Dev.StrongNameSigner.Tests.csproj
@@ -1,7 +1,8 @@
+
+
-
Debug
AnyCPU
@@ -50,11 +51,9 @@
-
- ..\..\packages\NUnit.3.12.0\lib\net40\nunit.framework.dll
-
-
- ..\..\packages\Shouldly.3.0.2\lib\net40\Shouldly.dll
+
+ ..\..\packages\NUnit.3.13.1\lib\net40\nunit.framework.dll
+ True
@@ -198,9 +197,10 @@
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
+
+