Skip to content

Commit 1053dec

Browse files
authored
Update branding to 2.3.2 (#61417)
* Update branding to 2.3.2 * Fix net462 * Fix Baseline
1 parent c98fdef commit 1053dec

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

eng/Baseline.Designer.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5-
<AspNetCoreBaselineVersion>2.3.0</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.3.1</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
@@ -515,13 +515,13 @@
515515
</ItemGroup>
516516
<!-- Package: Microsoft.AspNetCore.Identity-->
517517
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity' ">
518-
<BaselinePackageVersion>2.3.0</BaselinePackageVersion>
518+
<BaselinePackageVersion>2.3.1</BaselinePackageVersion>
519519
</PropertyGroup>
520520
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity' AND '$(TargetFramework)' == 'netstandard2.0' ">
521+
<BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="[2.3.0, )" />
521522
<BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="[2.3.0, )" />
522523
<BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.3.0, )" />
523524
<BaselinePackageReference Include="Microsoft.Extensions.Identity.Core" Version="[2.3.0, )" />
524-
<BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="[2.3.0, )" />
525525
</ItemGroup>
526526
<!-- Package: Microsoft.AspNetCore.JsonPatch-->
527527
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' ">
@@ -1183,4 +1183,4 @@
11831183
<BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection.Extensions" Version="[2.3.0, )" />
11841184
<BaselinePackageReference Include="Microsoft.Owin.Security" Version="[4.2.2, )" />
11851185
</ItemGroup>
1186-
</Project>
1186+
</Project>

eng/Baseline.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file contains a list of all the packages and their versions which were rele
44
build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
55
66
-->
7-
<Baseline Version="2.3.0">
7+
<Baseline Version="2.3.1">
88
<Package Id="dotnet-dev-certs" Version="2.1.1" />
99
<Package Id="dotnet-sql-cache" Version="2.1.1" />
1010
<Package Id="dotnet-user-secrets" Version="2.1.1" />
@@ -62,7 +62,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
6262
<Package Id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="2.3.0" />
6363
<Package Id="Microsoft.AspNetCore.Identity.Specification.Tests" Version="2.3.0" />
6464
<Package Id="Microsoft.AspNetCore.Identity.UI" Version="2.3.0" />
65-
<Package Id="Microsoft.AspNetCore.Identity" Version="2.3.0" />
65+
<Package Id="Microsoft.AspNetCore.Identity" Version="2.3.1" />
6666
<Package Id="Microsoft.AspNetCore.JsonPatch" Version="2.3.0" />
6767
<Package Id="Microsoft.AspNetCore.Localization.Routing" Version="2.3.0" />
6868
<Package Id="Microsoft.AspNetCore.Localization" Version="2.3.0" />

eng/PatchConfig.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ Later on, this will be checked using this condition:
1818
Microsoft.AspNetCore.Identity;
1919
</PackagesInPatch>
2020
</PropertyGroup>
21+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.3.2' ">
22+
<PackagesInPatch>
23+
</PackagesInPatch>
24+
</PropertyGroup>
2125
</Project>

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AspNetCoreMajorVersion>2</AspNetCoreMajorVersion>
44
<AspNetCoreMinorVersion>3</AspNetCoreMinorVersion>
5-
<AspNetCorePatchVersion>1</AspNetCorePatchVersion>
5+
<AspNetCorePatchVersion>2</AspNetCorePatchVersion>
66
<ValidateBaseline>true</ValidateBaseline>
77

88
<PreReleaseLabel>servicing</PreReleaseLabel>

0 commit comments

Comments
 (0)