Skip to content

Commit 1a560b6

Browse files
authored
Update branding to 2.1.20 (#22757)
1 parent 51584c2 commit 1a560b6

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

eng/Baseline.Designer.props

Lines changed: 1 addition & 1 deletion
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.18</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.1.19</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">

eng/Baseline.xml

Lines changed: 1 addition & 1 deletion
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.18">
7+
<Baseline Version="2.1.19">
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" />

eng/PatchConfig.props

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,12 @@ Later on, this will be checked using this condition:
5656
Microsoft.AspNetCore.Mvc.Core;
5757
</PackagesInPatch>
5858
</PropertyGroup>
59-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.17' ">
60-
<PackagesInPatch>
61-
</PackagesInPatch>
62-
</PropertyGroup>
6359
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.18' ">
6460
<PackagesInPatch>
6561
Microsoft.AspNetCore.Mvc.Formatters.Json;
6662
</PackagesInPatch>
6763
</PropertyGroup>
68-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.19' ">
64+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.20' ">
6965
<PackagesInPatch>
7066
</PackagesInPatch>
7167
</PropertyGroup>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

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>1</AspNetCoreMinorVersion>
5-
<AspNetCorePatchVersion>19</AspNetCorePatchVersion>
5+
<AspNetCorePatchVersion>20</AspNetCorePatchVersion>
66
<PreReleaseLabel>servicing</PreReleaseLabel>
77
<PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel>
88
<BuildNumber Condition="'$(BuildNumber)' == '' OR '$(UsingLocalBuildNumber)' == 'true'">t000</BuildNumber>

0 commit comments

Comments
 (0)