SSH.NET 2016.1.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>2016.1.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/2016.1.0</releaseNotes>
<copyright>2012-2017, 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="Microsoft.CSharp" version="4.0.1" />
<dependency id="SshNet.Security.Cryptography" version="[1.2.0]" />
<dependency id="System.Diagnostics.Debug" version="4.0.11" />
<dependency id="System.Diagnostics.Tools" version="4.0.1" />
<dependency id="System.Diagnostics.TraceSource" version="4.0.0" />
<dependency id="System.Globalization" version="4.0.11" />
<dependency id="System.IO" version="4.1.0" />
<dependency id="System.IO.FileSystem" version="4.0.1" />
<dependency id="System.IO.FileSystem.Primitives" version="4.0.1" />
<dependency id="System.Linq" version="4.1.0" />
<dependency id="System.Net.NameResolution" version="4.0.0" />
<dependency id="System.Net.Sockets" version="4.1.0" />
<dependency id="System.Reflection.Extensions" version="4.0.1" />
<dependency id="System.Runtime.Extensions" version="4.1.0" />
<dependency id="System.Security.Cryptography.Algorithms" version="4.2.0" />
<dependency id="System.Text.RegularExpressions" version="4.1.0" />
<dependency id="System.Threading" version="4.0.11" />
<dependency id="System.Threading.Thread" version="4.0.0" />
<dependency id="System.Threading.ThreadPool" version="4.0.10" />
<dependency id="System.Threading.Timer" version="4.0.1" />
<dependency id="System.Xml.XmlDocument" version="4.0.1" />
<dependency id="System.Xml.XPath.XmlDocument" version="4.0.1" />
</group>
<group targetFramework="Silverlight4.0">
<dependency id="SshNet.Security.Cryptography" version="[1.2.0]" />
</group>
<group targetFramework="Silverlight5.0">
<dependency id="SshNet.Security.Cryptography" version="[1.2.0]" />
</group>
<group targetFramework="WindowsPhone7.1">
<dependency id="SshNet.Security.Cryptography" version="[1.2.0]" />
</group>
<group targetFramework="WindowsPhone8.0">
<dependency id="SshNet.Security.Cryptography" version="[1.2.0]" />
</group>
<group targetFramework="UAP10.0">
<dependency id="SshNet.Security.Cryptography" version="[1.2.0]" />
<dependency id="System.Xml.XPath.XmlDocument" version="4.0.1" />
</group>
</dependencies>
</metadata>
</package>