|
31 | 31 | <BaselinePackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="[2.2.0, )" />
|
32 | 32 | <BaselinePackageReference Include="Microsoft.Extensions.ObjectPool" Version="[2.2.0, )" />
|
33 | 33 | </ItemGroup>
|
| 34 | + <!-- Package: Microsoft.AspNetCore.ApiAuthorization.IdentityServer--> |
| 35 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' "> |
| 36 | + <BaselinePackageVersion>2.2.0-preview-35687</BaselinePackageVersion> |
| 37 | + </PropertyGroup> |
| 38 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 39 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="[2.2.0, )" /> |
| 40 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="[2.2.0, )" /> |
| 41 | + <BaselinePackageReference Include="IdentityServer4" Version="[2.3.0-preview1-update2, )" /> |
| 42 | + <BaselinePackageReference Include="IdentityServer4.AspNetIdentity" Version="[2.3.0-preview1-update2, )" /> |
| 43 | + <BaselinePackageReference Include="IdentityServer4.EntityFramework" Version="[2.3.0-preview1-update1, )" /> |
| 44 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="[2.2.0, )" /> |
| 45 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Mvc" Version="[2.2.0, )" /> |
| 46 | + </ItemGroup> |
34 | 47 | <!-- Package: Microsoft.AspNetCore.AspNetCoreModule-->
|
35 | 48 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AspNetCoreModule' ">
|
36 | 49 | <BaselinePackageVersion>2.2.0</BaselinePackageVersion>
|
|
48 | 61 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[2.2.0, )" />
|
49 | 62 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.2.0, )" />
|
50 | 63 | </ItemGroup>
|
| 64 | + <!-- Package: Microsoft.AspNetCore.Authentication.AzureAD.UI--> |
| 65 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.AzureAD.UI' "> |
| 66 | + <BaselinePackageVersion>2.2.0</BaselinePackageVersion> |
| 67 | + </PropertyGroup> |
| 68 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.AzureAD.UI' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 69 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="[2.2.0, )" /> |
| 70 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="[2.2.0, )" /> |
| 71 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="[2.2.0, )" /> |
| 72 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Mvc" Version="[2.2.0, )" /> |
| 73 | + </ItemGroup> |
| 74 | + <!-- Package: Microsoft.AspNetCore.Authentication.AzureADB2C.UI--> |
| 75 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.AzureADB2C.UI' "> |
| 76 | + <BaselinePackageVersion>2.2.0</BaselinePackageVersion> |
| 77 | + </PropertyGroup> |
| 78 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.AzureADB2C.UI' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 79 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="[2.2.0, )" /> |
| 80 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="[2.2.0, )" /> |
| 81 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="[2.2.0, )" /> |
| 82 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Mvc" Version="[2.2.0, )" /> |
| 83 | + </ItemGroup> |
51 | 84 | <!-- Package: Microsoft.AspNetCore.Authentication.Cookies-->
|
52 | 85 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Cookies' ">
|
53 | 86 | <BaselinePackageVersion>2.2.0</BaselinePackageVersion>
|
|
424 | 457 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[2.2.0, )" />
|
425 | 458 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.2.0, )" />
|
426 | 459 | </ItemGroup>
|
| 460 | + <!-- Package: Microsoft.AspNetCore.Identity.EntityFrameworkCore--> |
| 461 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' "> |
| 462 | + <BaselinePackageVersion>2.2.0</BaselinePackageVersion> |
| 463 | + </PropertyGroup> |
| 464 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 465 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity" Version="[2.2.0, )" /> |
| 466 | + <BaselinePackageReference Include="Microsoft.Extensions.Identity.Stores" Version="[2.2.0, )" /> |
| 467 | + <BaselinePackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[2.2.0, )" /> |
| 468 | + </ItemGroup> |
| 469 | + <!-- Package: Microsoft.AspNetCore.Identity.Specification.Tests--> |
| 470 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.Specification.Tests' "> |
| 471 | + <BaselinePackageVersion>2.2.0</BaselinePackageVersion> |
| 472 | + </PropertyGroup> |
| 473 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.Specification.Tests' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 474 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity" Version="[2.2.0, )" /> |
| 475 | + <BaselinePackageReference Include="Microsoft.Extensions.Configuration" Version="[2.2.0, )" /> |
| 476 | + <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[2.2.0, )" /> |
| 477 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[2.2.0, )" /> |
| 478 | + <BaselinePackageReference Include="xunit.assert" Version="[2.3.1, )" /> |
| 479 | + <BaselinePackageReference Include="xunit.extensibility.core" Version="[2.3.1, )" /> |
| 480 | + </ItemGroup> |
| 481 | + <!-- Package: Microsoft.AspNetCore.Identity.UI--> |
| 482 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.UI' "> |
| 483 | + <BaselinePackageVersion>2.2.0</BaselinePackageVersion> |
| 484 | + </PropertyGroup> |
| 485 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.UI' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 486 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity" Version="[2.2.0, )" /> |
| 487 | + <BaselinePackageReference Include="Microsoft.Extensions.Identity.Stores" Version="[2.2.0, )" /> |
| 488 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Mvc" Version="[2.2.0, )" /> |
| 489 | + <BaselinePackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="[2.2.0, )" /> |
| 490 | + <BaselinePackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="[2.2.0, )" /> |
| 491 | + </ItemGroup> |
| 492 | + <!-- Package: Microsoft.AspNetCore.Identity--> |
| 493 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity' "> |
| 494 | + <BaselinePackageVersion>2.2.0</BaselinePackageVersion> |
| 495 | + </PropertyGroup> |
| 496 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 497 | + <BaselinePackageReference Include="Microsoft.Extensions.Identity.Core" Version="[2.2.0, )" /> |
| 498 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="[2.2.0, )" /> |
| 499 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="[2.2.0, )" /> |
| 500 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.2.0, )" /> |
| 501 | + </ItemGroup> |
427 | 502 | <!-- Package: Microsoft.AspNetCore.JsonPatch-->
|
428 | 503 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' ">
|
429 | 504 | <BaselinePackageVersion>2.2.0</BaselinePackageVersion>
|
|
997 | 1072 | <BaselinePackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="[2.2.0, )" />
|
998 | 1073 | <BaselinePackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[2.2.0, )" />
|
999 | 1074 | </ItemGroup>
|
| 1075 | + <!-- Package: Microsoft.Extensions.Identity.Core--> |
| 1076 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Core' "> |
| 1077 | + <BaselinePackageVersion>2.2.0</BaselinePackageVersion> |
| 1078 | + </PropertyGroup> |
| 1079 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Core' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 1080 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="[2.2.0, )" /> |
| 1081 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[2.2.0, )" /> |
| 1082 | + <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.2.0, )" /> |
| 1083 | + <BaselinePackageReference Include="System.ComponentModel.Annotations" Version="[4.5.0, )" /> |
| 1084 | + </ItemGroup> |
| 1085 | + <!-- Package: Microsoft.Extensions.Identity.Stores--> |
| 1086 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' "> |
| 1087 | + <BaselinePackageVersion>2.2.0</BaselinePackageVersion> |
| 1088 | + </PropertyGroup> |
| 1089 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 1090 | + <BaselinePackageReference Include="Microsoft.Extensions.Identity.Core" Version="[2.2.0, )" /> |
| 1091 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[2.2.0, )" /> |
| 1092 | + <BaselinePackageReference Include="System.ComponentModel.Annotations" Version="[4.5.0, )" /> |
| 1093 | + </ItemGroup> |
1000 | 1094 | <!-- Package: Microsoft.Net.Http.Headers-->
|
1001 | 1095 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Net.Http.Headers' ">
|
1002 | 1096 | <BaselinePackageVersion>2.2.0</BaselinePackageVersion>
|
|
0 commit comments