diff --git a/Robust.Client/Console/ClientConsole.cs b/Robust.Client/Console/ClientConsole.cs
index 1cea075a17..446d6226fa 100644
--- a/Robust.Client/Console/ClientConsole.cs
+++ b/Robust.Client/Console/ClientConsole.cs
@@ -44,7 +44,7 @@ namespace Robust.Client.Console
private static readonly Color MsgColor = new Color(65, 105, 225);
[Dependency]
- protected readonly IClientNetManager _network;
+ private readonly IClientNetManager _network;
[Dependency]
private readonly IReflectionManager _reflectionManager;
[Dependency]
diff --git a/Robust.Client/Robust.Client.csproj b/Robust.Client/Robust.Client.csproj
index 5753b2eebb..2ea6fe8847 100644
--- a/Robust.Client/Robust.Client.csproj
+++ b/Robust.Client/Robust.Client.csproj
@@ -67,7 +67,7 @@
-
+
diff --git a/Robust.UnitTesting/Client/UserInterface/StylesheetTest.cs b/Robust.UnitTesting/Client/UserInterface/StylesheetTest.cs
index a770d3bb70..4ecd4c9ee1 100644
--- a/Robust.UnitTesting/Client/UserInterface/StylesheetTest.cs
+++ b/Robust.UnitTesting/Client/UserInterface/StylesheetTest.cs
@@ -2,14 +2,7 @@ using NUnit.Framework;
using Robust.Client.Interfaces.UserInterface;
using Robust.Client.UserInterface;
using Robust.Shared.IoC;
-using Robust.Client.Interfaces.UserInterface;
-using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
-using Robust.Client.Utility;
-using Robust.Shared.Interfaces.Resources;
-using Robust.Shared.IoC;
-using Robust.Shared.Utility;
-using Robust.Shared.Maths;
namespace Robust.UnitTesting.Client.UserInterface
{
diff --git a/Robust.UnitTesting/Client/UserInterface/UserInterfaceManagerTest.cs b/Robust.UnitTesting/Client/UserInterface/UserInterfaceManagerTest.cs
index e4ad42a41d..4d3c48273b 100644
--- a/Robust.UnitTesting/Client/UserInterface/UserInterfaceManagerTest.cs
+++ b/Robust.UnitTesting/Client/UserInterface/UserInterfaceManagerTest.cs
@@ -4,13 +4,6 @@ using Robust.Client.Input;
using Robust.Client.Interfaces.UserInterface;
using Robust.Client.UserInterface;
using Robust.Shared.IoC;
-using Robust.Client.Interfaces.UserInterface;
-using Robust.Client.UserInterface;
-using Robust.Client.UserInterface.Controls;
-using Robust.Client.Utility;
-using Robust.Shared.Interfaces.Resources;
-using Robust.Shared.IoC;
-using Robust.Shared.Utility;
using Robust.Shared.Maths;
namespace Robust.UnitTesting.Client.UserInterface
diff --git a/Robust.UnitTesting/Robust.UnitTesting.csproj b/Robust.UnitTesting/Robust.UnitTesting.csproj
index 8c8e53d4ae..d7d335cbb6 100644
--- a/Robust.UnitTesting/Robust.UnitTesting.csproj
+++ b/Robust.UnitTesting/Robust.UnitTesting.csproj
@@ -61,9 +61,6 @@
-
- 0.7.3
-
0.7.5-beta2