|
16 | 16 | <PropertyGroup Condition=" '$(PackageId)' == 'dotnet-sql-cache' ">
|
17 | 17 | <BaselinePackageVersion>6.0.0</BaselinePackageVersion>
|
18 | 18 | </PropertyGroup>
|
| 19 | + <!-- Package: Microsoft.AspNetCore.ApiAuthorization.IdentityServer--> |
| 20 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' "> |
| 21 | + <BaselinePackageVersion>6.0.0</BaselinePackageVersion> |
| 22 | + </PropertyGroup> |
| 23 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'net6.0') "> |
| 24 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="[6.0.0, )" /> |
| 25 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="[6.0.0, )" /> |
| 26 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="[6.0.0, )" /> |
| 27 | + <BaselinePackageReference Include="Duende.IdentityServer" Version="[5.2.0, )" /> |
| 28 | + <BaselinePackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="[5.2.0, )" /> |
| 29 | + <BaselinePackageReference Include="Duende.IdentityServer.EntityFramework" Version="[5.2.0, )" /> |
| 30 | + <BaselinePackageReference Include="Duende.IdentityServer.EntityFramework.Storage" Version="[5.2.0, )" /> |
| 31 | + <BaselinePackageReference Include="Duende.IdentityServer.Storage" Version="[5.2.0, )" /> |
| 32 | + <BaselinePackageReference Include="Microsoft.Extensions.Http" Version="[6.0.0, )" /> |
| 33 | + <BaselinePackageReference Include="Newtonsoft.Json" Version="[13.0.1, )" /> |
| 34 | + </ItemGroup> |
19 | 35 | <!-- Package: Microsoft.AspNetCore.App.Ref-->
|
20 | 36 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.App.Ref' ">
|
21 | 37 | <BaselinePackageVersion>6.0.0</BaselinePackageVersion>
|
|
0 commit comments