From 379d4f6ae08226cc48a2ed3bb0644b3f366975d1 Mon Sep 17 00:00:00 2001 From: Marius Thesing Date: Thu, 4 Jan 2024 21:34:06 +0100 Subject: [PATCH] Require Microsoft.Bcl.AsyncInterfaces >=1.0.0 instead of =8.0.0 This technically fixes 2 different issues: - previously SSH.NET would require exactly(!) version 8.0.0, which would cause issues in the future if e.g. a project using SSH.NET would try to update to version 9.0.0. In this case the constraint on the exact version would cause NuGet to refuse to upgrade to 9.0.0 (#1287) - PowerShell Core seems to have problems with Version 8.0.0, therefore downgrade the requirement to 1.0.0 (see https://github.com/darkoperator/Posh-SSH/issues/558) --- build/nuget/SSH.NET.nuspec | 4 ++-- src/Renci.SshNet/Renci.SshNet.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/nuget/SSH.NET.nuspec b/build/nuget/SSH.NET.nuspec index 50074d866..a5b53b8e6 100644 --- a/build/nuget/SSH.NET.nuspec +++ b/build/nuget/SSH.NET.nuspec @@ -17,10 +17,10 @@ ssh scp sftp - + - + diff --git a/src/Renci.SshNet/Renci.SshNet.csproj b/src/Renci.SshNet/Renci.SshNet.csproj index 877b3b891..334df5083 100644 --- a/src/Renci.SshNet/Renci.SshNet.csproj +++ b/src/Renci.SshNet/Renci.SshNet.csproj @@ -14,7 +14,7 @@ - +