diff --git a/src/chocolatey.console/Program.cs b/src/chocolatey.console/Program.cs
index 2250280427..5340aef396 100644
--- a/src/chocolatey.console/Program.cs
+++ b/src/chocolatey.console/Program.cs
@@ -17,7 +17,6 @@ namespace chocolatey.console
{
using System;
using System.Collections.Generic;
- using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using infrastructure.adapters;
@@ -25,7 +24,6 @@ namespace chocolatey.console
using infrastructure.app.builders;
using infrastructure.app.configuration;
using infrastructure.app.runners;
- using infrastructure.app.services;
using infrastructure.commandline;
using infrastructure.configuration;
using infrastructure.extractors;
diff --git a/src/chocolatey.resources/chocolatey.resources.csproj b/src/chocolatey.resources/chocolatey.resources.csproj
index 81d6449d64..508345384a 100644
--- a/src/chocolatey.resources/chocolatey.resources.csproj
+++ b/src/chocolatey.resources/chocolatey.resources.csproj
@@ -128,6 +128,9 @@
+
+
+