Skip to content

Commit cb4e0ce

Browse files
author
John Luo
authored
Update branding to 2.1.21 (#23920)
1 parent 8dce530 commit cb4e0ce

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

Diff for: eng/Baseline.Designer.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5-
<AspNetCoreBaselineVersion>2.1.19</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.1.20</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">

Diff for: eng/Baseline.xml

+1-1
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.1.19">
7+
<Baseline Version="2.1.20">
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" />

Diff for: eng/PatchConfig.props

+4
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@ Later on, this will be checked using this condition:
6666
@aspnet/signalr;
6767
</PackagesInPatch>
6868
</PropertyGroup>
69+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.21' ">
70+
<PackagesInPatch>
71+
</PackagesInPatch>
72+
</PropertyGroup>
6973
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Diff for: version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AspNetCoreMajorVersion>2</AspNetCoreMajorVersion>
44
<AspNetCoreMinorVersion>1</AspNetCoreMinorVersion>
5-
<AspNetCorePatchVersion>20</AspNetCorePatchVersion>
5+
<AspNetCorePatchVersion>21</AspNetCorePatchVersion>
66
<PreReleaseLabel>servicing</PreReleaseLabel>
77
<PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel>
88
<BuildNumber Condition="'$(BuildNumber)' == '' OR '$(UsingLocalBuildNumber)' == 'true'">t000</BuildNumber>

0 commit comments

Comments
 (0)