Decos.Microsoft.Identity.Web by Microsoft

<PackageReference Include="Decos.Microsoft.Identity.Web" Version="3.1.0" />

 Decos.Microsoft.Identity.Web 3.1.0

This package enables ASP.NET Core Web apps and Web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). When they call Web APIs, MSAL.NET is used to acquire tokens

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Decos.Microsoft.Identity.Web</id>
    <version>3.1.0</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet</projectUrl>
    <description>This package enables ASP.NET Core Web apps and Web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). When they call Web APIs, MSAL.NET is used to acquire tokens</description>
    <releaseNotes>This package is deployed because there is no official NuGet package available at this time.</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft Authentication Library MSAL Azure Active Directory AAD Identity .NET ASP.NET Core</tags>
    <repository url="https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet" />
    <dependencies>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="Microsoft.AspNetCore.Authentication.AzureAD.UI" version="3.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" version="3.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyInjection" version="3.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Identity.Client" version="4.6.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>