<PackageReference Include="SSH.NET" Version="2020.0.0" />

SSH.NET 2020.0.0

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>2020.0.0</version>
    <title>SSH.NET</title>
    <authors>Renci</authors>
    <owners>olegkap,drieseng</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/sshnet/SSH.NET/blob/master/LICENSE</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/2020.0.0</releaseNotes>
    <copyright>2012-2020, RENCI</copyright>
    <language>en-US</language>
    <tags>ssh scp sftp</tags>
    <dependencies>
      <group targetFramework=".NETFramework3.5" />
      <group targetFramework=".NETFramework4.0" />
      <group targetFramework=".NETStandard1.3">
        <dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
        <dependency id="System.Diagnostics.TraceSource" version="4.3.0" />
        <dependency id="System.Net.NameResolution" version="4.3.0" />
        <dependency id="System.Net.Sockets" version="4.3.0" />
        <dependency id="System.Threading.Thread" version="4.3.0" />
        <dependency id="System.Threading.ThreadPool" version="4.3.0" />
        <dependency id="System.Threading.Timer" version="4.3.0" />
        <dependency id="System.Xml.XmlDocument" version="4.3.0" />
        <dependency id="System.Xml.XPath.XmlDocument" version="4.3.0" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
      </group>
      <group targetFramework="Silverlight4.0">
        <dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
      </group>
      <group targetFramework="Silverlight5.0">
        <dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
      </group>
      <group targetFramework="WindowsPhone7.1">
        <dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
      </group>
      <group targetFramework="WindowsPhone8.0">
        <dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
      </group>
      <group targetFramework="UAP10.0">
        <dependency id="SshNet.Security.Cryptography" version="[1.3.0]" />
        <dependency id="System.Xml.XPath.XmlDocument" version="4.3.0" />
      </group>
    </dependencies>
  </metadata>
</package>