Skip to content

Commit

Permalink
Update branding to 2.1.30 (#35268)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Aug 11, 2021
1 parent ff52441 commit 099865a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/Baseline.Designer.props
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<AspNetCoreBaselineVersion>2.1.28</AspNetCoreBaselineVersion>
<AspNetCoreBaselineVersion>2.1.29</AspNetCoreBaselineVersion>
</PropertyGroup>
<!-- Package: dotnet-dev-certs-->
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
Expand Down
4 changes: 2 additions & 2 deletions eng/Baseline.xml
Expand Up @@ -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.28">
<Baseline Version="2.1.29">
<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" />
Expand Down Expand Up @@ -127,4 +127,4 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
<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>
</Baseline>
@@ -0,0 +1 @@

@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion version.props
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AspNetCoreMajorVersion>2</AspNetCoreMajorVersion>
<AspNetCoreMinorVersion>1</AspNetCoreMinorVersion>
<AspNetCorePatchVersion>29</AspNetCorePatchVersion>
<AspNetCorePatchVersion>30</AspNetCorePatchVersion>
<ValidateBaseline>true</ValidateBaseline>

<PreReleaseLabel>servicing</PreReleaseLabel>
Expand Down

0 comments on commit 099865a

Please sign in to comment.