Skip to content

Commit 3e967f7

Browse files
authored
Update branding to 2.3.4 (#62336)
1 parent 91bc414 commit 3e967f7

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.2</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.3.3</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
@@ -464,7 +464,7 @@
464464
</ItemGroup>
465465
<!-- Package: Microsoft.AspNetCore.HttpOverrides-->
466466
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.HttpOverrides' ">
467-
<BaselinePackageVersion>2.3.0</BaselinePackageVersion>
467+
<BaselinePackageVersion>2.3.3</BaselinePackageVersion>
468468
</PropertyGroup>
469469
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.HttpOverrides' AND '$(TargetFramework)' == 'netstandard2.0' ">
470470
<BaselinePackageReference Include="Microsoft.AspNetCore.Http.Extensions" 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.2">
7+
<Baseline Version="2.3.3">
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" />
@@ -57,7 +57,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
5757
<Package Id="Microsoft.AspNetCore.Http.Extensions" Version="2.3.0" />
5858
<Package Id="Microsoft.AspNetCore.Http.Features" Version="2.3.0" />
5959
<Package Id="Microsoft.AspNetCore.Http" Version="2.3.0" />
60-
<Package Id="Microsoft.AspNetCore.HttpOverrides" Version="2.3.0" />
60+
<Package Id="Microsoft.AspNetCore.HttpOverrides" Version="2.3.3" />
6161
<Package Id="Microsoft.AspNetCore.HttpsPolicy" Version="2.3.0" />
6262
<Package Id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="2.3.0" />
6363
<Package Id="Microsoft.AspNetCore.Identity.Specification.Tests" Version="2.3.0" />

eng/PatchConfig.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ Later on, this will be checked using this condition:
3232
Microsoft.AspNetCore.HttpOverrides;
3333
</PackagesInPatch>
3434
</PropertyGroup>
35+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.3.4' ">
36+
<PackagesInPatch>
37+
</PackagesInPatch>
38+
</PropertyGroup>
3539
</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>3</AspNetCorePatchVersion>
5+
<AspNetCorePatchVersion>4</AspNetCorePatchVersion>
66
<ValidateBaseline>true</ValidateBaseline>
77

88
<PreReleaseLabel>servicing</PreReleaseLabel>

0 commit comments

Comments
 (0)