Update branding to 2.1.17 (#19045)

This commit is contained in:
John Luo 2020-02-14 12:21:22 -08:00 committed by GitHub
parent 6f88144513
commit c41cd63942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 45 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<AspNetCoreBaselineVersion>2.1.15</AspNetCoreBaselineVersion>
<AspNetCoreBaselineVersion>2.1.16</AspNetCoreBaselineVersion>
</PropertyGroup>
<!-- Package: dotnet-dev-certs-->
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">

View File

@ -4,7 +4,7 @@ This file contains a list of all the packages and their versions which were rele
build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
-->
<Baseline Version="2.1.15">
<Baseline Version="2.1.16">
<Package Id="dotnet-dev-certs" Version="2.1.1" />
<Package Id="dotnet-sql-cache" Version="2.1.1" />
<Package Id="dotnet-user-secrets" Version="2.1.1" />

View File

@ -56,4 +56,8 @@ Later on, this will be checked using this condition:
Microsoft.AspNetCore.Mvc.Core;
</PackagesInPatch>
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.17' ">
<PackagesInPatch>
</PackagesInPatch>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,19 @@
runtime.native.system.net.security\4.3.0\.signature.p7s
runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\4.3.0\.signature.p7s
runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.signature.p7s
runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.signature.p7s
runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.signature.p7s
runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.signature.p7s
system.composition.attributedmodel\1.0.31\.signature.p7s
system.composition.runtime\1.0.31\.signature.p7s
system.reflection.emit.ilgeneration\4.3.0\.signature.p7s
system.reflection.emit.lightweight\4.3.0\.signature.p7s
system.reflection.typeextensions\4.3.0\.signature.p7s
system.runtime.serialization.json\4.0.2\.signature.p7s
system.runtime.serialization.primitives\4.3.0\.signature.p7s
system.security.cryptography.cng\4.3.0\.signature.p7s
system.security.cryptography.openssl\4.3.0\.signature.p7s
system.security.principal\4.3.0\.signature.p7s
system.text.encoding.codepages\4.3.0\.signature.p7s
system.xml.xpath.xdocument\4.3.0\.signature.p7s
system.xml.xpath\4.3.0\.signature.p7s

View File

@ -0,0 +1,19 @@
runtime.native.system.net.security\4.3.0\.signature.p7s
runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\4.3.0\.signature.p7s
runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.signature.p7s
runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.signature.p7s
runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.signature.p7s
runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0\.signature.p7s
system.composition.attributedmodel\1.0.31\.signature.p7s
system.composition.runtime\1.0.31\.signature.p7s
system.reflection.emit.ilgeneration\4.3.0\.signature.p7s
system.reflection.emit.lightweight\4.3.0\.signature.p7s
system.reflection.typeextensions\4.3.0\.signature.p7s
system.runtime.serialization.json\4.0.2\.signature.p7s
system.runtime.serialization.primitives\4.3.0\.signature.p7s
system.security.cryptography.cng\4.3.0\.signature.p7s
system.security.cryptography.openssl\4.3.0\.signature.p7s
system.security.principal\4.3.0\.signature.p7s
system.text.encoding.codepages\4.3.0\.signature.p7s
system.xml.xpath.xdocument\4.3.0\.signature.p7s
system.xml.xpath\4.3.0\.signature.p7s

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<AspNetCoreMajorVersion>2</AspNetCoreMajorVersion>
<AspNetCoreMinorVersion>1</AspNetCoreMinorVersion>
<AspNetCorePatchVersion>16</AspNetCorePatchVersion>
<AspNetCorePatchVersion>17</AspNetCorePatchVersion>
<PreReleaseLabel>servicing</PreReleaseLabel>
<PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel>
<BuildNumber Condition="'$(BuildNumber)' == '' OR '$(UsingLocalBuildNumber)' == 'true'">t000</BuildNumber>