Skip to content

Commit 8bdea94

Browse files
authored
Update branding to 2.3.5 (#62711)
1 parent d5a7882 commit 8bdea94

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.3</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.3.4</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
@@ -1164,7 +1164,7 @@
11641164
</ItemGroup>
11651165
<!-- Package: Microsoft.Net.Http.Headers-->
11661166
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Net.Http.Headers' ">
1167-
<BaselinePackageVersion>2.3.0</BaselinePackageVersion>
1167+
<BaselinePackageVersion>2.3.4</BaselinePackageVersion>
11681168
</PropertyGroup>
11691169
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Net.Http.Headers' AND '$(TargetFramework)' == 'netstandard2.0' ">
11701170
<BaselinePackageReference Include="Microsoft.Extensions.Primitives" Version="[8.0.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.3">
7+
<Baseline Version="2.3.4">
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" />
@@ -124,7 +124,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
124124
<Package Id="Microsoft.CodeAnalysis.Razor" Version="2.3.0" />
125125
<Package Id="Microsoft.Extensions.Identity.Core" Version="2.3.0" />
126126
<Package Id="Microsoft.Extensions.Identity.Stores" Version="2.3.2" />
127-
<Package Id="Microsoft.Net.Http.Headers" Version="2.3.0" />
127+
<Package Id="Microsoft.Net.Http.Headers" Version="2.3.4" />
128128
<Package Id="Microsoft.Net.Sdk.Razor" Version="2.3.0" />
129129
<Package Id="Microsoft.Owin.Security.Interop" Version="2.3.0" />
130130
</Baseline>

eng/PatchConfig.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ Later on, this will be checked using this condition:
3737
Microsoft.Net.Http.Headers;
3838
</PackagesInPatch>
3939
</PropertyGroup>
40+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.3.5' ">
41+
<PackagesInPatch>
42+
</PackagesInPatch>
43+
</PropertyGroup>
4044
</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>4</AspNetCorePatchVersion>
5+
<AspNetCorePatchVersion>5</AspNetCorePatchVersion>
66
<ValidateBaseline>true</ValidateBaseline>
77

88
<PreReleaseLabel>servicing</PreReleaseLabel>

0 commit comments

Comments
 (0)