From 326ce14c4caff3fdb8bc6bf4c29eeb535890dbcb Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Fri, 15 Dec 2023 23:54:57 +0800 Subject: [PATCH] Maintain current build solution (#1268) * Add .NET 8.0 to current build project. Add dependency **Microsoft.Bcl.AsyncInterfaces** for net462 and netstandard2.0 for current nuget spec * Remove last new line * Tabify --- build/build.proj | 4 ++++ build/nuget/SSH.NET.nuspec | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/build/build.proj b/build/build.proj index 97b406cf..00dc2dc1 100644 --- a/build/build.proj +++ b/build/build.proj @@ -37,6 +37,10 @@ Renci.SshNet\bin\$(Configuration)\net7.0 net7.0 + + Renci.SshNet\bin\$(Configuration)\net8.0 + net8.0 + diff --git a/build/nuget/SSH.NET.nuspec b/build/nuget/SSH.NET.nuspec index fec2d2fc..18f62f05 100644 --- a/build/nuget/SSH.NET.nuspec +++ b/build/nuget/SSH.NET.nuspec @@ -16,8 +16,11 @@ en-US ssh scp sftp - + + + +