Skip to content

Commit 2cb52f0

Browse files
committed
Update branding to 2.1.22
1 parent adc6f4d commit 2cb52f0

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

eng/Baseline.Designer.props

+5-5
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.20</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.1.21</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
@@ -477,13 +477,13 @@
477477
</ItemGroup>
478478
<!-- Package: Microsoft.AspNetCore.Http.Extensions-->
479479
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Extensions' ">
480-
<BaselinePackageVersion>2.1.1</BaselinePackageVersion>
480+
<BaselinePackageVersion>2.1.21</BaselinePackageVersion>
481481
</PropertyGroup>
482482
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Extensions' AND '$(TargetFramework)' == 'netstandard2.0' ">
483483
<BaselinePackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="[2.1.1, )" />
484-
<BaselinePackageReference Include="Microsoft.Net.Http.Headers" Version="[2.1.1, )" />
485484
<BaselinePackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="[2.1.1, )" />
486-
<BaselinePackageReference Include="System.Buffers" Version="[4.5.0, )" />
485+
<BaselinePackageReference Include="Microsoft.Net.Http.Headers" Version="[2.1.1, )" />
486+
<BaselinePackageReference Include="System.Buffers" Version="[4.5.1, )" />
487487
</ItemGroup>
488488
<!-- Package: Microsoft.AspNetCore.Http.Features-->
489489
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Features' ">
@@ -859,7 +859,7 @@
859859
</ItemGroup>
860860
<!-- Package: Microsoft.AspNetCore.ResponseCompression-->
861861
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ResponseCompression' ">
862-
<BaselinePackageVersion>2.1.1</BaselinePackageVersion>
862+
<BaselinePackageVersion>2.1.21</BaselinePackageVersion>
863863
</PropertyGroup>
864864
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ResponseCompression' AND '$(TargetFramework)' == 'net461' ">
865865
<BaselinePackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="[2.1.1, )" />

eng/Baseline.xml

+3-3
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.20">
7+
<Baseline Version="2.1.21">
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" />
@@ -54,7 +54,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
5454
<Package Id="Microsoft.AspNetCore.Http.Connections.Client" Version="1.0.4" />
5555
<Package Id="Microsoft.AspNetCore.Http.Connections.Common" Version="1.0.4" />
5656
<Package Id="Microsoft.AspNetCore.Http.Connections" Version="1.0.15" />
57-
<Package Id="Microsoft.AspNetCore.Http.Extensions" Version="2.1.1" />
57+
<Package Id="Microsoft.AspNetCore.Http.Extensions" Version="2.1.21" />
5858
<Package Id="Microsoft.AspNetCore.Http.Features" Version="2.1.1" />
5959
<Package Id="Microsoft.AspNetCore.Http" Version="2.1.1" />
6060
<Package Id="Microsoft.AspNetCore.HttpOverrides" Version="2.1.1" />
@@ -93,7 +93,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
9393
<Package Id="Microsoft.AspNetCore.Razor" Version="2.1.2" />
9494
<Package Id="Microsoft.AspNetCore.ResponseCaching.Abstractions" Version="2.1.1" />
9595
<Package Id="Microsoft.AspNetCore.ResponseCaching" Version="2.1.1" />
96-
<Package Id="Microsoft.AspNetCore.ResponseCompression" Version="2.1.1" />
96+
<Package Id="Microsoft.AspNetCore.ResponseCompression" Version="2.1.21" />
9797
<Package Id="Microsoft.AspNetCore.Rewrite" Version="2.1.1" />
9898
<Package Id="Microsoft.AspNetCore.Routing.Abstractions" Version="2.1.1" />
9999
<Package Id="Microsoft.AspNetCore.Routing" Version="2.1.1" />

eng/PatchConfig.props

+4
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,8 @@ Later on, this will be checked using this condition:
7272
Microsoft.AspNetCore.ResponseCompression;
7373
</PackagesInPatch>
7474
</PropertyGroup>
75+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.22' ">
76+
<PackagesInPatch>
77+
</PackagesInPatch>
78+
</PropertyGroup>
7579
</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+

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

0 commit comments

Comments
 (0)