<PackageReference Include="BCrypt.Net-Core" Version="1.5.0" />

BCrypt.Net-Core 1.5.0

BCrypt.Net .net Core Class Library

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>BCrypt.Net-Core</id>
    <version>1.5.0</version>
    <authors>Steve Donaghy (donaghy.steve@googlemail.com)</authors>
    <owners>Steve Donaghy (donaghy.steve@googlemail.com)</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/neoKushan/BCrypt.Net-Core</projectUrl>
    <description>BCrypt.Net .net Core Class Library</description>
    <releaseNotes>Fixed issue with .net core 2.1</releaseNotes>
    <tags>bcrypt Cryptography</tags>
    <repository type="git" url="https://github.com/neoKushan/BCrypt.Net-Core" />
    <dependencies>
      <group targetFramework=".NETFramework4.0" />
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETFramework4.5.1" />
      <group targetFramework=".NETFramework4.5.2" />
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>