Skip to content

Commit 58a29e7

Browse files
authored
Update branding to 2.3.3 (#61923)
* Update branding to 2.3.3 * Update
1 parent 67bc7ee commit 58a29e7

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

eng/Baseline.Designer.props

Lines changed: 2 additions & 2 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.1</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.3.2</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
@@ -1155,7 +1155,7 @@
11551155
</ItemGroup>
11561156
<!-- Package: Microsoft.Extensions.Identity.Stores-->
11571157
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' ">
1158-
<BaselinePackageVersion>2.3.0</BaselinePackageVersion>
1158+
<BaselinePackageVersion>2.3.2</BaselinePackageVersion>
11591159
</PropertyGroup>
11601160
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' AND '$(TargetFramework)' == 'netstandard2.0' ">
11611161
<BaselinePackageReference Include="Microsoft.Extensions.Identity.Core" Version="[2.3.0, )" />

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.1">
7+
<Baseline Version="2.3.2">
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" />
@@ -123,7 +123,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
123123
<Package Id="Microsoft.AspNetCore" Version="2.3.0" />
124124
<Package Id="Microsoft.CodeAnalysis.Razor" Version="2.3.0" />
125125
<Package Id="Microsoft.Extensions.Identity.Core" Version="2.3.0" />
126-
<Package Id="Microsoft.Extensions.Identity.Stores" Version="2.3.0" />
126+
<Package Id="Microsoft.Extensions.Identity.Stores" Version="2.3.2" />
127127
<Package Id="Microsoft.Net.Http.Headers" Version="2.3.0" />
128128
<Package Id="Microsoft.Net.Sdk.Razor" Version="2.3.0" />
129129
<Package Id="Microsoft.Owin.Security.Interop" Version="2.3.0" />

eng/PatchConfig.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ Later on, this will be checked using this condition:
2323
Microsoft.Extensions.Identity.Stores;
2424
</PackagesInPatch>
2525
</PropertyGroup>
26+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.3.3' ">
27+
<PackagesInPatch>
28+
</PackagesInPatch>
29+
</PropertyGroup>
2630
</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>2</AspNetCorePatchVersion>
5+
<AspNetCorePatchVersion>3</AspNetCorePatchVersion>
66
<ValidateBaseline>true</ValidateBaseline>
77

88
<PreReleaseLabel>servicing</PreReleaseLabel>

0 commit comments

Comments
 (0)