diff --git a/Core.Tests/Remote/PiscalSshClientTests.cs b/Core.Tests/Remote/PiscalSshClientTests.cs
index cc14ae1..8825cc3 100644
--- a/Core.Tests/Remote/PiscalSshClientTests.cs
+++ b/Core.Tests/Remote/PiscalSshClientTests.cs
@@ -28,6 +28,10 @@ namespace LeafWeb.Core.Tests.Remote
}
};
+ ///
+ /// Define in machine.config
+ ///
+ /// host=[url]; username=[un]; password=[pw]
private readonly string _piscalConnectionString =
ConfigurationManager.ConnectionStrings["PiscalServer"].ConnectionString;
diff --git a/Core/Core.csproj b/Core/Core.csproj
index 215de79..aae765f 100644
--- a/Core/Core.csproj
+++ b/Core/Core.csproj
@@ -64,9 +64,8 @@
..\packages\Polly.7.2.0\lib\netstandard1.1\Polly.dll
-
- False
- ..\References\Renci.SshNet.dll
+
+ ..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll
diff --git a/Core/packages.config b/Core/packages.config
index 02be192..bdb5f18 100644
--- a/Core/packages.config
+++ b/Core/packages.config
@@ -11,6 +11,7 @@
+