Skip to content

Commit 40c6bee

Browse files
committed
Merge in 'release/6.0' changes
2 parents 1d69605 + e0540e8 commit 40c6bee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ extends:
118118
sdl:
119119
sourceAnalysisPool:
120120
name: NetCore1ESPool-Svc-Internal
121-
image: 1es-windows-2022-pt
121+
image: 1es-windows-2022
122122
os: windows
123123
spotBugs:
124124
enabled: false

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>30</AspNetCorePatchVersion>
12-
<ValidateBaseline>true</ValidateBaseline>
11+
<AspNetCorePatchVersion>31</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)