<PackageReference Include="SshNet.Security.Cryptography" Version="1.3.0" />

SshNet.Security.Cryptography 1.3.0

Cryptographic functions for .NET

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SshNet.Security.Cryptography</id>
    <version>1.3.0</version>
    <title>SshNet.Security.Cryptography</title>
    <authors>Renci</authors>
    <owners>drieseng,olegkap</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/sshnet/Cryptography/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/sshnet/Cryptography/</projectUrl>
    <description>Cryptographic functions for .NET</description>
    <summary>Cryptographic functions for .NET</summary>
    <releaseNotes>https://github.com/sshnet/Cryptography/releases/tag/1.3.0</releaseNotes>
    <copyright>2010-2017, RENCI</copyright>
    <language>en-US</language>
    <tags>crypto</tags>
    <dependencies>
      <group targetFramework=".NETFramework2.0" />
      <group targetFramework=".NETFramework4.0" />
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard1.0">
        <dependency id="System.IO" version="4.3.0" />
      </group>
      <group targetFramework=".NETStandard1.3">
        <dependency id="System.IO" version="4.3.0" />
        <dependency id="System.Security.Cryptography.Primitives" version="4.3.0" />
      </group>
      <group targetFramework=".NETStandard2.0" />
      <group targetFramework=".NETPortable4.5-Profile111" />
      <group targetFramework="Silverlight4.0" />
      <group targetFramework="Silverlight5.0" />
      <group targetFramework="UAP10.0">
        <dependency id="System.IO" version="4.3.0" />
        <dependency id="System.Security.Cryptography.Primitives" version="4.3.0" />
      </group>
      <group targetFramework="WindowsPhone7.1" />
      <group targetFramework="WindowsPhone8.0" />
    </dependencies>
  </metadata>
</package>