|
422 | 422 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[2.1.1, )" />
|
423 | 423 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" />
|
424 | 424 | </ItemGroup>
|
| 425 | + <!-- Package: Microsoft.AspNetCore.Identity--> |
| 426 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity' "> |
| 427 | + <BaselinePackageVersion>2.1.6</BaselinePackageVersion> |
| 428 | + </PropertyGroup> |
| 429 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 430 | + <BaselinePackageReference Include="Microsoft.Extensions.Identity.Core" Version="[2.1.6, )" /> |
| 431 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="[2.1.1, )" /> |
| 432 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="[2.1.1, )" /> |
| 433 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.1.1, )" /> |
| 434 | + </ItemGroup> |
| 435 | + <!-- Package: Microsoft.AspNetCore.Identity.EntityFrameworkCore--> |
| 436 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' "> |
| 437 | + <BaselinePackageVersion>2.1.6</BaselinePackageVersion> |
| 438 | + </PropertyGroup> |
| 439 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 440 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity" Version="[2.1.6, )" /> |
| 441 | + <BaselinePackageReference Include="Microsoft.Extensions.Identity.Stores" Version="[2.1.6, )" /> |
| 442 | + <BaselinePackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[2.1.1, )" /> |
| 443 | + </ItemGroup> |
| 444 | + <!-- Package: Microsoft.AspNetCore.Identity.Specification.Tests--> |
| 445 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.Specification.Tests' "> |
| 446 | + <BaselinePackageVersion>2.1.6</BaselinePackageVersion> |
| 447 | + </PropertyGroup> |
| 448 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.Specification.Tests' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 449 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity" Version="[2.1.6, )" /> |
| 450 | + <BaselinePackageReference Include="Microsoft.Extensions.Configuration" Version="[2.1.1, )" /> |
| 451 | + <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[2.1.1, )" /> |
| 452 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[2.1.1, )" /> |
| 453 | + <BaselinePackageReference Include="xunit" Version="[2.3.1, )" /> |
| 454 | + </ItemGroup> |
| 455 | + <!-- Package: Microsoft.AspNetCore.Identity.UI--> |
| 456 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.UI' "> |
| 457 | + <BaselinePackageVersion>2.1.6</BaselinePackageVersion> |
| 458 | + </PropertyGroup> |
| 459 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.UI' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 460 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Identity" Version="[2.1.6, )" /> |
| 461 | + <BaselinePackageReference Include="Microsoft.Extensions.Identity.Stores" Version="[2.1.6, )" /> |
| 462 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Mvc" Version="[2.1.1, )" /> |
| 463 | + <BaselinePackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="[2.1.1, )" /> |
| 464 | + <BaselinePackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="[2.1.1, )" /> |
| 465 | + </ItemGroup> |
425 | 466 | <!-- Package: Microsoft.AspNetCore.JsonPatch-->
|
426 | 467 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' ">
|
427 | 468 | <BaselinePackageVersion>2.1.1</BaselinePackageVersion>
|
|
927 | 968 | <BaselinePackageReference Include="Microsoft.Net.Http.Headers" Version="[2.1.1, )" />
|
928 | 969 | <BaselinePackageReference Include="System.Text.Encodings.Web" Version="[4.5.0, )" />
|
929 | 970 | </ItemGroup>
|
| 971 | + <!-- Package: Microsoft.Extensions.Identity.Core--> |
| 972 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Core' "> |
| 973 | + <BaselinePackageVersion>2.1.6</BaselinePackageVersion> |
| 974 | + </PropertyGroup> |
| 975 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Core' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 976 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="[2.1.1, )" /> |
| 977 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[2.1.1, )" /> |
| 978 | + <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" /> |
| 979 | + <BaselinePackageReference Include="System.ComponentModel.Annotations" Version="[4.5.0, )" /> |
| 980 | + </ItemGroup> |
| 981 | + <!-- Package: Microsoft.Extensions.Identity.Stores--> |
| 982 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' "> |
| 983 | + <BaselinePackageVersion>2.1.6</BaselinePackageVersion> |
| 984 | + </PropertyGroup> |
| 985 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 986 | + <BaselinePackageReference Include="Microsoft.Extensions.Identity.Core" Version="[2.1.6, )" /> |
| 987 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[2.1.1, )" /> |
| 988 | + <BaselinePackageReference Include="System.ComponentModel.Annotations" Version="[4.5.0, )" /> |
| 989 | + </ItemGroup> |
930 | 990 | <!-- Package: Microsoft.AspNetCore-->
|
931 | 991 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore' ">
|
932 | 992 | <BaselinePackageVersion>2.1.6</BaselinePackageVersion>
|
|
0 commit comments