summaryrefslogtreecommitdiff
path: root/Tools/dotnetcli/sdk/NuGetFallbackFolder/microsoft.aspnetcore.cryptography.keyderivation/2.0.1/microsoft.aspnetcore.cryptography.keyderivation.nuspec
blob: 9d0ee378ba02fab4df3ed293385e3d4618a7f782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNetCore.Cryptography.KeyDerivation</id>
    <version>2.0.1</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
    <projectUrl>https://asp.net/</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>ASP.NET Core utilities for key derivation.</description>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <tags>aspnetcore dataprotection</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/DataProtection" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.AspNetCore.Cryptography.Internal" version="2.0.1" />
      </group>
    </dependencies>
  </metadata>
</package>