Skip to content

Commit f0b89db

Browse files
committed
Merge in 'release/6.0' changes
2 parents 6a6d775 + 9a3a36b commit f0b89db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
/docs/ @captainsafia @mkArtakMSFT
1212
/eng/ @dotnet/aspnet-build
1313
/eng/common/ @dotnet-maestro-bot
14-
/eng/Versions.props @dotnet-maestro-bot @dougbu
15-
/eng/Version.Details.xml @dotnet-maestro-bot @dougbu
14+
/eng/Versions.props @dotnet-maestro-bot @wtgodbe
15+
/eng/Version.Details.xml @dotnet-maestro-bot @wtgodbe
1616
/src/Caching/ @captainsafia @halter73
1717
/src/Caching/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @captainsafia @halter73
1818
/src/Components/ @dotnet/aspnet-blazor-eng
@@ -41,4 +41,4 @@
4141
/src/Shared/test/Shared.Tests/runtime/ @dotnet/http
4242
/src/SignalR/ @BrennanConroy @halter73
4343
/src/SignalR/**/PublicAPI.*Shipped.txt @dotnet/aspnet-api-review @BrennanConroy @halter73
44-
/src/submodules @dotnet/aspnet-build @dougbu @wtgodbe
44+
/src/submodules @dotnet/aspnet-build @wtgodbe

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PropertyGroup Label="Version settings">
99
<AspNetCoreMajorVersion>6</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11-
<AspNetCorePatchVersion>15</AspNetCorePatchVersion>
12-
<ValidateBaseline>true</ValidateBaseline>
11+
<AspNetCorePatchVersion>16</AspNetCorePatchVersion>
12+
<ValidateBaseline>false</ValidateBaseline>
1313
<!--
1414
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1515
-->

0 commit comments

Comments
 (0)