Skip to content

Commit 183a09f

Browse files
author
John Luo
committed
Update branding to 2.1.16
1 parent 163c80c commit 183a09f

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

eng/Baseline.Designer.props

Lines changed: 6 additions & 6 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.1.14</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.1.15</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
@@ -453,23 +453,23 @@
453453
</ItemGroup>
454454
<!-- Package: Microsoft.AspNetCore.Http.Connections-->
455455
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections' ">
456-
<BaselinePackageVersion>1.0.4</BaselinePackageVersion>
456+
<BaselinePackageVersion>1.0.15</BaselinePackageVersion>
457457
</PropertyGroup>
458458
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections' AND '$(TargetFramework)' == 'netcoreapp2.1' ">
459-
<BaselinePackageReference Include="Microsoft.AspNetCore.Http.Connections.Common" Version="[1.0.4, )" />
460459
<BaselinePackageReference Include="Microsoft.AspNetCore.Authorization.Policy" Version="[2.1.1, )" />
461460
<BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.1.1, )" />
462461
<BaselinePackageReference Include="Microsoft.AspNetCore.Http" Version="[2.1.1, )" />
462+
<BaselinePackageReference Include="Microsoft.AspNetCore.Http.Connections.Common" Version="[1.0.4, )" />
463463
<BaselinePackageReference Include="Microsoft.AspNetCore.Routing" Version="[2.1.1, )" />
464464
<BaselinePackageReference Include="Microsoft.AspNetCore.WebSockets" Version="[2.1.1, )" />
465465
<BaselinePackageReference Include="Newtonsoft.Json" Version="[11.0.2, )" />
466466
<BaselinePackageReference Include="System.Net.WebSockets.WebSocketProtocol" Version="[4.5.3, )" />
467467
</ItemGroup>
468468
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections' AND '$(TargetFramework)' == 'netstandard2.0' ">
469-
<BaselinePackageReference Include="Microsoft.AspNetCore.Http.Connections.Common" Version="[1.0.4, )" />
470469
<BaselinePackageReference Include="Microsoft.AspNetCore.Authorization.Policy" Version="[2.1.1, )" />
471470
<BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.1.1, )" />
472471
<BaselinePackageReference Include="Microsoft.AspNetCore.Http" Version="[2.1.1, )" />
472+
<BaselinePackageReference Include="Microsoft.AspNetCore.Http.Connections.Common" Version="[1.0.4, )" />
473473
<BaselinePackageReference Include="Microsoft.AspNetCore.Routing" Version="[2.1.1, )" />
474474
<BaselinePackageReference Include="Microsoft.AspNetCore.WebSockets" Version="[2.1.1, )" />
475475
<BaselinePackageReference Include="Newtonsoft.Json" Version="[11.0.2, )" />
@@ -1063,12 +1063,12 @@
10631063
</ItemGroup>
10641064
<!-- Package: Microsoft.AspNetCore.SignalR.Core-->
10651065
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Core' ">
1066-
<BaselinePackageVersion>1.0.4</BaselinePackageVersion>
1066+
<BaselinePackageVersion>1.0.15</BaselinePackageVersion>
10671067
</PropertyGroup>
10681068
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Core' AND '$(TargetFramework)' == 'netstandard2.0' ">
1069+
<BaselinePackageReference Include="Microsoft.AspNetCore.Authorization" Version="[2.1.1, )" />
10691070
<BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[1.0.4, )" />
10701071
<BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="[1.0.4, )" />
1071-
<BaselinePackageReference Include="Microsoft.AspNetCore.Authorization" Version="[2.1.1, )" />
10721072
<BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[2.1.1, )" />
10731073
<BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[2.1.1, )" />
10741074
<BaselinePackageReference Include="System.Reflection.Emit" Version="[4.3.0, )" />

eng/Baseline.xml

Lines changed: 3 additions & 3 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.1.14">
7+
<Baseline Version="2.1.15">
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" />
@@ -53,7 +53,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
5353
<Package Id="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.1" />
5454
<Package Id="Microsoft.AspNetCore.Http.Connections.Client" Version="1.0.4" />
5555
<Package Id="Microsoft.AspNetCore.Http.Connections.Common" Version="1.0.4" />
56-
<Package Id="Microsoft.AspNetCore.Http.Connections" Version="1.0.4" />
56+
<Package Id="Microsoft.AspNetCore.Http.Connections" Version="1.0.15" />
5757
<Package Id="Microsoft.AspNetCore.Http.Extensions" Version="2.1.1" />
5858
<Package Id="Microsoft.AspNetCore.Http.Features" Version="2.1.1" />
5959
<Package Id="Microsoft.AspNetCore.Http" Version="2.1.1" />
@@ -109,7 +109,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
109109
<Package Id="Microsoft.AspNetCore.SignalR.Client.Core" Version="1.0.4" />
110110
<Package Id="Microsoft.AspNetCore.SignalR.Client" Version="1.0.4" />
111111
<Package Id="Microsoft.AspNetCore.SignalR.Common" Version="1.0.4" />
112-
<Package Id="Microsoft.AspNetCore.SignalR.Core" Version="1.0.4" />
112+
<Package Id="Microsoft.AspNetCore.SignalR.Core" Version="1.0.15" />
113113
<Package Id="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="1.0.4" />
114114
<Package Id="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.0.11" />
115115
<Package Id="Microsoft.AspNetCore.SignalR.Redis" Version="1.0.11" />

eng/PatchConfig.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Later on, this will be checked using this condition:
4444
Microsoft.AspNetCore.CookiePolicy;
4545
</PackagesInPatch>
4646
</PropertyGroup>
47-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.15' ">
47+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.16' ">
4848
<PackagesInPatch>
4949
Microsoft.AspNetCore.Http.Connections;
5050
Microsoft.AspNetCore.SignalR.Core;
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>15</AspNetCorePatchVersion>
5+
<AspNetCorePatchVersion>16</AspNetCorePatchVersion>
66
<PreReleaseLabel>servicing</PreReleaseLabel>
77
<PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel>
88
<BuildNumber Condition="'$(BuildNumber)' == '' OR '$(UsingLocalBuildNumber)' == 'true'">t000</BuildNumber>

0 commit comments

Comments
 (0)