Update branding to 2.1.15 (#17273)
This commit is contained in:
parent
57e68b069e
commit
147f950686
|
|
@ -37,6 +37,6 @@
|
|||
|
||||
<ItemGroup>
|
||||
<Repository Include="Templating" PatchPolicy="AlwaysUpdateAndCascadeVersions" RootPath="$(RepositoryRoot)src\Templating\" />
|
||||
<Repository Include="EntityFrameworkCore" />
|
||||
<ShippedRepository Include="EntityFrameworkCore" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
<AspNetCoreBaselineVersion>2.1.13</AspNetCoreBaselineVersion>
|
||||
<AspNetCoreBaselineVersion>2.1.14</AspNetCoreBaselineVersion>
|
||||
</PropertyGroup>
|
||||
<!-- Package: dotnet-dev-certs-->
|
||||
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
|
||||
|
|
@ -235,7 +235,7 @@
|
|||
</ItemGroup>
|
||||
<!-- Package: Microsoft.AspNetCore.CookiePolicy-->
|
||||
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.CookiePolicy' ">
|
||||
<BaselinePackageVersion>2.1.2</BaselinePackageVersion>
|
||||
<BaselinePackageVersion>2.1.14</BaselinePackageVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.CookiePolicy' AND '$(TargetFramework)' == 'netstandard2.0' ">
|
||||
<BaselinePackageReference Include="Microsoft.AspNetCore.Http" Version="[2.1.1, )" />
|
||||
|
|
@ -1219,7 +1219,7 @@
|
|||
</ItemGroup>
|
||||
<!-- Package: Microsoft.Net.Http.Headers-->
|
||||
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Net.Http.Headers' ">
|
||||
<BaselinePackageVersion>2.1.1</BaselinePackageVersion>
|
||||
<BaselinePackageVersion>2.1.14</BaselinePackageVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Net.Http.Headers' AND '$(TargetFramework)' == 'netstandard2.0' ">
|
||||
<BaselinePackageReference Include="Microsoft.Extensions.Primitives" Version="[2.1.1, )" />
|
||||
|
|
|
|||
|
|
@ -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.13">
|
||||
<Baseline Version="2.1.14">
|
||||
<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" />
|
||||
|
|
@ -30,7 +30,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
|
|||
<Package Id="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="2.1.1" />
|
||||
<Package Id="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="2.1.1" />
|
||||
<Package Id="Microsoft.AspNetCore.Connections.Abstractions" Version="2.1.3" />
|
||||
<Package Id="Microsoft.AspNetCore.CookiePolicy" Version="2.1.2" />
|
||||
<Package Id="Microsoft.AspNetCore.CookiePolicy" Version="2.1.14" />
|
||||
<Package Id="Microsoft.AspNetCore.Cors" Version="2.1.1" />
|
||||
<Package Id="Microsoft.AspNetCore.Cryptography.Internal" Version="2.1.1" />
|
||||
<Package Id="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="2.1.1" />
|
||||
|
|
@ -124,7 +124,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
|
|||
<Package Id="Microsoft.CodeAnalysis.Razor" Version="2.1.2" />
|
||||
<Package Id="Microsoft.Extensions.Identity.Core" Version="2.1.6" />
|
||||
<Package Id="Microsoft.Extensions.Identity.Stores" Version="2.1.6" />
|
||||
<Package Id="Microsoft.Net.Http.Headers" Version="2.1.1" />
|
||||
<Package Id="Microsoft.Net.Http.Headers" Version="2.1.14" />
|
||||
<Package Id="Microsoft.Net.Sdk.Razor" Version="2.1.2" />
|
||||
<Package Id="Microsoft.Owin.Security.Interop" Version="2.1.2" />
|
||||
</Baseline>
|
||||
|
|
@ -44,4 +44,8 @@ Later on, this will be checked using this condition:
|
|||
Microsoft.AspNetCore.CookiePolicy;
|
||||
</PackagesInPatch>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.15' ">
|
||||
<PackagesInPatch>
|
||||
</PackagesInPatch>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<PropertyGroup>
|
||||
<AspNetCoreMajorVersion>2</AspNetCoreMajorVersion>
|
||||
<AspNetCoreMinorVersion>1</AspNetCoreMinorVersion>
|
||||
<AspNetCorePatchVersion>14</AspNetCorePatchVersion>
|
||||
<AspNetCorePatchVersion>15</AspNetCorePatchVersion>
|
||||
<PreReleaseLabel>servicing</PreReleaseLabel>
|
||||
<PreReleaseBrandingLabel>Servicing</PreReleaseBrandingLabel>
|
||||
<BuildNumber Condition="'$(BuildNumber)' == '' OR '$(UsingLocalBuildNumber)' == 'true'">t000</BuildNumber>
|
||||
|
|
|
|||
Loading…
Reference in New Issue