From b47b35c19b3b5eed3198ef61cb7f2ddee895ecd6 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Carle <29762210+jscarle@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:19:24 -0500 Subject: [PATCH] Updated dependencies. (#1328) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated dependencies. * Reverted Microsoft.Bcl.AsyncInterfaces back to version 1.0.0. Also added a note so we no longer try to upgrade it. * Reverted back to Moq. --------- Co-authored-by: Wojciech Nagórski --- Directory.Build.props | 4 ++-- src/Renci.SshNet/Renci.SshNet.csproj | 4 +++- .../Renci.SshNet.Benchmarks.csproj | 3 ++- test/Renci.SshNet.IntegrationBenchmarks/.editorconfig | 4 ++++ .../Renci.SshNet.IntegrationBenchmarks.csproj | 4 +--- .../Renci.SshNet.IntegrationTests.csproj | 11 ++++++----- .../Renci.SshNet.TestTools.OpenSSH.csproj | 5 ++++- test/Renci.SshNet.Tests/Renci.SshNet.Tests.csproj | 10 +++++----- 8 files changed, 27 insertions(+), 18 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 65a489dd..b373ddf2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -34,7 +34,7 @@ --> - - + + diff --git a/src/Renci.SshNet/Renci.SshNet.csproj b/src/Renci.SshNet/Renci.SshNet.csproj index 48029e11..8986235d 100644 --- a/src/Renci.SshNet/Renci.SshNet.csproj +++ b/src/Renci.SshNet/Renci.SshNet.csproj @@ -1,4 +1,5 @@  + Renci.SshNet SSH.NET @@ -33,6 +34,7 @@ + @@ -47,4 +49,4 @@ - \ No newline at end of file + diff --git a/test/Renci.SshNet.Benchmarks/Renci.SshNet.Benchmarks.csproj b/test/Renci.SshNet.Benchmarks/Renci.SshNet.Benchmarks.csproj index 244b4d72..1b49138d 100644 --- a/test/Renci.SshNet.Benchmarks/Renci.SshNet.Benchmarks.csproj +++ b/test/Renci.SshNet.Benchmarks/Renci.SshNet.Benchmarks.csproj @@ -1,4 +1,5 @@  + Exe net8.0 @@ -7,7 +8,7 @@ - + diff --git a/test/Renci.SshNet.IntegrationBenchmarks/.editorconfig b/test/Renci.SshNet.IntegrationBenchmarks/.editorconfig index e903a76d..9570f2b8 100644 --- a/test/Renci.SshNet.IntegrationBenchmarks/.editorconfig +++ b/test/Renci.SshNet.IntegrationBenchmarks/.editorconfig @@ -70,3 +70,7 @@ dotnet_diagnostic.MA0053.severity = suggestion # CA2000: Dispose objects before losing scope # https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2000 dotnet_diagnostic.CA2000.severity = suggestion + +# Error CS8892: Method 'TestingPlatformEntryPoint.Main(string[])' will not be used as an entry point because a synchronous entry point 'Program.Main(string[])' was found. +# https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/warning-waves#cs8892---method-will-not-be-used-as-an-entry-point-because-a-synchronous-entry-point-method-was-found +dotnet_diagnostic.CS8892.severity = suggestion diff --git a/test/Renci.SshNet.IntegrationBenchmarks/Renci.SshNet.IntegrationBenchmarks.csproj b/test/Renci.SshNet.IntegrationBenchmarks/Renci.SshNet.IntegrationBenchmarks.csproj index 2af6c25c..aef8d5da 100644 --- a/test/Renci.SshNet.IntegrationBenchmarks/Renci.SshNet.IntegrationBenchmarks.csproj +++ b/test/Renci.SshNet.IntegrationBenchmarks/Renci.SshNet.IntegrationBenchmarks.csproj @@ -8,9 +8,7 @@ - - - + diff --git a/test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj b/test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj index ed0a5d0c..e8bd8df0 100644 --- a/test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj +++ b/test/Renci.SshNet.IntegrationTests/Renci.SshNet.IntegrationTests.csproj @@ -10,10 +10,10 @@ - - - - + + + + - + @@ -46,4 +46,5 @@ + diff --git a/test/Renci.SshNet.TestTools.OpenSSH/Renci.SshNet.TestTools.OpenSSH.csproj b/test/Renci.SshNet.TestTools.OpenSSH/Renci.SshNet.TestTools.OpenSSH.csproj index a6dbd202..a7b18cf8 100644 --- a/test/Renci.SshNet.TestTools.OpenSSH/Renci.SshNet.TestTools.OpenSSH.csproj +++ b/test/Renci.SshNet.TestTools.OpenSSH/Renci.SshNet.TestTools.OpenSSH.csproj @@ -1,13 +1,16 @@  + netstandard2.0 enable enable $(NoWarn);SYSLIB0021;SYSLIB1045 + - \ No newline at end of file + + diff --git a/test/Renci.SshNet.Tests/Renci.SshNet.Tests.csproj b/test/Renci.SshNet.Tests/Renci.SshNet.Tests.csproj index 5ba659da..08b744b3 100644 --- a/test/Renci.SshNet.Tests/Renci.SshNet.Tests.csproj +++ b/test/Renci.SshNet.Tests/Renci.SshNet.Tests.csproj @@ -1,4 +1,5 @@  + net462;net6.0;net7.0;net8.0 @@ -8,11 +9,10 @@ - - - + + + - @@ -23,10 +23,10 @@ build; native; contentfiles; analyzers; buildtransitive all - +