Skip to content

Commit 099865a

Browse files
authored
Update branding to 2.1.30 (#35268)
1 parent ff52441 commit 099865a

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

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.28</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.1.29</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">

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.28">
7+
<Baseline Version="2.1.29">
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" />
@@ -127,4 +127,4 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
127127
<Package Id="Microsoft.Net.Http.Headers" Version="2.1.14" />
128128
<Package Id="Microsoft.Net.Sdk.Razor" Version="2.1.2" />
129129
<Package Id="Microsoft.Owin.Security.Interop" Version="2.1.2" />
130-
</Baseline>
130+
</Baseline>
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>29</AspNetCorePatchVersion>
5+
<AspNetCorePatchVersion>30</AspNetCorePatchVersion>
66
<ValidateBaseline>true</ValidateBaseline>
77

88
<PreReleaseLabel>servicing</PreReleaseLabel>

0 commit comments

Comments
 (0)