|
| 1 | +<Project> |
| 2 | + <PropertyGroup> |
| 3 | + <Product>Auth0.AspNetCore.Authentication.Api</Product> |
| 4 | + <Description>Auth0 API SDK for securing your .NET API Server using tokens from Auth0</Description> |
| 5 | + <Copyright>Copyright 2025 Okta, Inc.</Copyright> |
| 6 | + <NeutralLanguage>en-US</NeutralLanguage> |
| 7 | + <Authors>Auth0</Authors> |
| 8 | + <PackageTags>auth0;authentication;oidc;oauth2;aspnetcore</PackageTags> |
| 9 | + <PackageIconUrl>https://secure.gravatar.com/avatar/805765c256ff8617fcad483b5476faf2</PackageIconUrl> |
| 10 | + <PackageIcon>Auth0Icon.png</PackageIcon> |
| 11 | + <PackageProjectUrl>https://github.com/auth0/aspnetcore-api</PackageProjectUrl> |
| 12 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 13 | + <RepositoryType>git</RepositoryType> |
| 14 | + <RepositoryUrl>https://github.com/auth0/aspnetcore-api</RepositoryUrl> |
| 15 | + <PackageReleaseNotes> |
| 16 | + https://github.com/auth0/aspnetcore-api/blob/master/CHANGELOG.md |
| 17 | + </PackageReleaseNotes> |
| 18 | + <CLSCompliant>true</CLSCompliant> |
| 19 | + <ComVisible>false</ComVisible> |
| 20 | + </PropertyGroup> |
| 21 | + <PropertyGroup> |
| 22 | + <LangVersion>latest</LangVersion> |
| 23 | + <Version>1.0.0-beta.0</Version> |
| 24 | + </PropertyGroup> |
| 25 | + <PropertyGroup> |
| 26 | + <AssemblyVersion>$(Version)</AssemblyVersion> |
| 27 | + <AssemblyFileVersion>$(Version)</AssemblyFileVersion> |
| 28 | + <InformationalVersion>$(Version)</InformationalVersion> |
| 29 | + <PackageVersion>$(Version)</PackageVersion> |
| 30 | + </PropertyGroup> |
| 31 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 32 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 33 | + </PropertyGroup> |
| 34 | + <ItemGroup> |
| 35 | + <None Include="../../build/Auth0Icon.png" Pack="true" Visible="false" PackagePath=""/> |
| 36 | + </ItemGroup> |
| 37 | +</Project> |
0 commit comments