Skip to content

Commit e497f41

Browse files
authored
Update branding to 2.1.10 (#8265)
1 parent db3795b commit e497f41

File tree

7 files changed

+22
-5
lines changed

7 files changed

+22
-5
lines changed

build/dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- These package versions may be overridden or updated by automation. -->
33
<PropertyGroup Label="Package Versions: Auto" Condition=" '$(DotNetPackageVersionPropsPath)' == '' ">
44
<!-- MicrosoftNETCoreApp21PackageVersion is assigned at the bottom so it can automatically pick up MicrosoftNETCoreAppPackageVersion in an orchestrated build. -->
5-
<MicrosoftNETCoreAppPackageVersion>2.1.7</MicrosoftNETCoreAppPackageVersion>
6-
<MicrosoftNETCoreDotNetAppHostPackageVersion>2.1.7</MicrosoftNETCoreDotNetAppHostPackageVersion>
5+
<MicrosoftNETCoreAppPackageVersion>2.1.9</MicrosoftNETCoreAppPackageVersion>
6+
<MicrosoftNETCoreDotNetAppHostPackageVersion>2.1.9</MicrosoftNETCoreDotNetAppHostPackageVersion>
77
</PropertyGroup>
88

99
<Import Project="$(DotNetPackageVersionPropsPath)" Condition="'$(DotNetPackageVersionPropsPath)' != ''" />

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.8</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.1.9</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.8">
7+
<Baseline Version="2.1.9">
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ Later on, this will be checked using this condition:
2323
<PackagesInPatch>
2424
</PackagesInPatch>
2525
</PropertyGroup>
26+
27+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.10' ">
28+
<PackagesInPatch>
29+
</PackagesInPatch>
30+
</PropertyGroup>
2631
</Project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
microsoft.netcore.targets\1.1.0\.signature.p7s
2+
runtime.native.system.security.cryptography\4.0.0\.signature.p7s
3+
system.composition.convention\1.0.31\.signature.p7s
4+
system.composition.typedparts\1.0.31\.signature.p7s
5+
system.globalization.extensions\4.0.1\.signature.p7s
6+
system.threading.tasks.parallel\4.3.0\.signature.p7s
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
microsoft.netcore.targets\1.1.0\.signature.p7s
2+
runtime.native.system.security.cryptography\4.0.0\.signature.p7s
3+
system.composition.convention\1.0.31\.signature.p7s
4+
system.composition.typedparts\1.0.31\.signature.p7s
5+
system.globalization.extensions\4.0.1\.signature.p7s
6+
system.threading.tasks.parallel\4.3.0\.signature.p7s

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

0 commit comments

Comments
 (0)