SSH.NET 2023.0.1
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>SSH.NET</id>
<version>2023.0.1</version>
<title>SSH.NET</title>
<authors>Renci</authors>
<owners>olegkap,drieseng</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/sshnet/SSH.NET/</projectUrl>
<description>SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.</description>
<summary>A Secure Shell (SSH) library for .NET, optimized for parallelism.</summary>
<releaseNotes>https://github.com/sshnet/SSH.NET/releases/tag/2023.0.1</releaseNotes>
<copyright>2012-2023, RENCI</copyright>
<language>en-US</language>
<tags>ssh scp sftp</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="[8.0.0]" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="[8.0.0]" />
<dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
</group>
<group targetFramework=".NETStandard2.1">
<dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
</group>
<group targetFramework="net6.0">
<dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
</group>
<group targetFramework="net7.0">
<dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
</group>
<group targetFramework="net8.0">
<dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
</group>
</dependencies>
</metadata>
</package>