Skip to content

Commit 5bb5baf

Browse files
committed
Update branding to 2.1.9
1 parent f5ca141 commit 5bb5baf

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

build/submodules.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737

3838
<ItemGroup>
3939
<Repository Include="Templating" PatchPolicy="AlwaysUpdateAndCascadeVersions" RootPath="$(RepositoryRoot)src\Templating\" />
40-
<Repository Include="EntityFrameworkCore" />
40+
<ShippedRepository Include="EntityFrameworkCore" />
4141
</ItemGroup>
4242
</Project>

eng/Baseline.Designer.props

Lines changed: 2 additions & 2 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.7</AspNetCoreBaselineVersion>
5+
<AspNetCoreBaselineVersion>2.1.8</AspNetCoreBaselineVersion>
66
</PropertyGroup>
77
<!-- Package: dotnet-dev-certs-->
88
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
@@ -120,7 +120,7 @@
120120
</ItemGroup>
121121
<!-- Package: Microsoft.AspNetCore.Authentication.Google-->
122122
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Google' ">
123-
<BaselinePackageVersion>2.1.2</BaselinePackageVersion>
123+
<BaselinePackageVersion>2.1.8</BaselinePackageVersion>
124124
</PropertyGroup>
125125
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Google' AND '$(TargetFramework)' == 'netstandard2.0' ">
126126
<BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="[2.1.2, )" />

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.7">
7+
<Baseline Version="2.1.8">
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" />
@@ -17,7 +17,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
1717
<Package Id="Microsoft.AspNetCore.Authentication.Cookies" Version="2.1.2" />
1818
<Package Id="Microsoft.AspNetCore.Authentication.Core" Version="2.1.1" />
1919
<Package Id="Microsoft.AspNetCore.Authentication.Facebook" Version="2.1.2" />
20-
<Package Id="Microsoft.AspNetCore.Authentication.Google" Version="2.1.2" />
20+
<Package Id="Microsoft.AspNetCore.Authentication.Google" Version="2.1.8" />
2121
<Package Id="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.1.2" />
2222
<Package Id="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="2.1.2" />
2323
<Package Id="Microsoft.AspNetCore.Authentication.OAuth" Version="2.1.2" />

eng/PatchConfig.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ Later on, this will be checked using this condition:
1919
</PackagesInPatch>
2020
</PropertyGroup>
2121

22+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.9' ">
23+
<PackagesInPatch>
24+
</PackagesInPatch>
25+
</PropertyGroup>
2226
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
microsoft.aspnetcore.razor.design\2.1.1\.nupkg.metadata
2+
system.buffers\4.3.0\.signature.p7s
3+
system.collections.immutable\1.3.0\.signature.p7s
4+
system.diagnostics.contracts\4.3.0\.signature.p7s
5+
system.runtime.serialization.primitives\4.1.1\.signature.p7s
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
microsoft.aspnetcore.razor.design\2.1.1\.nupkg.metadata
2+
system.buffers\4.3.0\.signature.p7s
3+
system.collections.immutable\1.3.0\.signature.p7s
4+
system.diagnostics.contracts\4.3.0\.signature.p7s
5+
system.runtime.serialization.primitives\4.1.1\.signature.p7s

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

0 commit comments

Comments
 (0)