Skip to content

Commit 51584c2

Browse files
committed
Revert "Update branding to 2.1.20"
This reverts commit d831217.
1 parent d831217 commit 51584c2

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
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.19</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.1.18</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.19">
7+
<Baseline Version="2.1.18">
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,16 @@ 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>
5963
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.18' ">
6064
<PackagesInPatch>
6165
Microsoft.AspNetCore.Mvc.Formatters.Json;
6266
</PackagesInPatch>
6367
</PropertyGroup>
64-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.20' ">
68+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.19' ">
6569
<PackagesInPatch>
6670
</PackagesInPatch>
6771
</PropertyGroup>

src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.1.19.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.1.19.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

0 commit comments

Comments
 (0)