diff --git a/src/chocolatey.tests.integration/chocolatey.tests.integration.csproj b/src/chocolatey.tests.integration/chocolatey.tests.integration.csproj
index 6f6cac7447..4f32cc30ff 100644
--- a/src/chocolatey.tests.integration/chocolatey.tests.integration.csproj
+++ b/src/chocolatey.tests.integration/chocolatey.tests.integration.csproj
@@ -96,6 +96,9 @@
..\packages\Chocolatey.NuGet.Versioning.3.2.0\lib\net472\Chocolatey.NuGet.Versioning.dll
+
+ ..\packages\FluentAssertions.6.11.0\lib\net47\FluentAssertions.dll
+
..\packages\log4net.2.0.12\lib\net45\log4net.dll
@@ -111,9 +114,6 @@
..\packages\NUnit.3.13.3\lib\net40\nunit.framework.dll
-
- ..\packages\Should.1.1.20\lib\Should.dll
-
..\packages\SimpleInjector.2.8.3\lib\net45\SimpleInjector.dll
@@ -207,7 +207,9 @@
Always
-
+
+
+
diff --git a/src/chocolatey.tests.integration/packages.config b/src/chocolatey.tests.integration/packages.config
index 3071c778a8..36f2e7b98a 100644
--- a/src/chocolatey.tests.integration/packages.config
+++ b/src/chocolatey.tests.integration/packages.config
@@ -6,13 +6,14 @@
+
+
-
diff --git a/src/chocolatey.tests/chocolatey.tests.csproj b/src/chocolatey.tests/chocolatey.tests.csproj
index 529cc6abe5..6a9d93f206 100644
--- a/src/chocolatey.tests/chocolatey.tests.csproj
+++ b/src/chocolatey.tests/chocolatey.tests.csproj
@@ -116,6 +116,9 @@
..\packages\Chocolatey.NuGet.Versioning.3.2.0\lib\net472\Chocolatey.NuGet.Versioning.dll
+
+ ..\packages\FluentAssertions.6.11.0\lib\net47\FluentAssertions.dll
+
..\packages\log4net.2.0.12\lib\net45\log4net.dll
@@ -132,9 +135,6 @@
..\packages\NUnit.3.13.3\lib\net40\nunit.framework.dll
-
- ..\packages\Should.1.1.20\lib\Should.dll
-
..\packages\SimpleInjector.2.8.3\lib\net45\SimpleInjector.dll
@@ -146,8 +146,14 @@
+
+ ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll
+
+
+ ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll
+
@@ -226,7 +232,9 @@
chocolatey.console
-
+
+
+
diff --git a/src/chocolatey.tests/packages.config b/src/chocolatey.tests/packages.config
index e19eaee564..e86311bb56 100644
--- a/src/chocolatey.tests/packages.config
+++ b/src/chocolatey.tests/packages.config
@@ -13,6 +13,8 @@
+
+
@@ -20,6 +22,7 @@
-
+
+
\ No newline at end of file