Skip to content

Commit 26365e7

Browse files
authored
Update branding (#22046)
1 parent 8d09403 commit 26365e7

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

eng/Baseline.Designer.props

Lines changed: 3 additions & 3 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.17</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.1.18</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
@@ -658,11 +658,11 @@
658658
</ItemGroup>
659659
<!-- Package: Microsoft.AspNetCore.Mvc.Formatters.Json-->
660660
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.Formatters.Json' ">
661-
<BaselinePackageVersion>2.1.3</BaselinePackageVersion>
661+
<BaselinePackageVersion>2.1.18</BaselinePackageVersion>
662662
</PropertyGroup>
663663
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.Formatters.Json' AND '$(TargetFramework)' == 'netstandard2.0' ">
664-
<BaselinePackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="[2.1.3, )" />
665664
<BaselinePackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="[2.1.1, )" />
665+
<BaselinePackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="[2.1.3, )" />
666666
</ItemGroup>
667667
<!-- Package: Microsoft.AspNetCore.Mvc.Formatters.Xml-->
668668
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.Formatters.Xml' ">

eng/Baseline.xml

Lines changed: 2 additions & 2 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.17">
7+
<Baseline Version="2.1.18">
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" />
@@ -73,7 +73,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
7373
<Package Id="Microsoft.AspNetCore.Mvc.Core" Version="2.1.16" />
7474
<Package Id="Microsoft.AspNetCore.Mvc.Cors" Version="2.1.3" />
7575
<Package Id="Microsoft.AspNetCore.Mvc.DataAnnotations" Version="2.1.3" />
76-
<Package Id="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.1.3" />
76+
<Package Id="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.1.18" />
7777
<Package Id="Microsoft.AspNetCore.Mvc.Formatters.Xml" Version="2.1.3" />
7878
<Package Id="Microsoft.AspNetCore.Mvc.Localization" Version="2.1.3" />
7979
<Package Id="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="2.1.2" />

eng/PatchConfig.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ Later on, this will be checked using this condition:
6565
Microsoft.AspNetCore.Mvc.Formatters.Json;
6666
</PackagesInPatch>
6767
</PropertyGroup>
68+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.19' ">
69+
<PackagesInPatch>
70+
</PackagesInPatch>
71+
</PropertyGroup>
6872
</Project>

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

0 commit comments

Comments
 (0)