Skip to content

Commit 5d8efb6

Browse files
Copilotjoperezr
andauthored
Bump Package validation baseline version to 9.7.0 (#6650)
* Initial plan * Bump Package validation baseline version to 9.7.0 Co-authored-by: joperezr <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: joperezr <[email protected]>
1 parent 006a569 commit 5d8efb6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eng/MSBuild/Packaging.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/overview -->
3838
<EnablePackageValidation>true</EnablePackageValidation>
3939

40-
<PackageValidationBaselineVersion Condition=" '$(Stage)' == 'normal' ">$(ApiCompatBaselineVersion)</PackageValidationBaselineVersion>
40+
<PackageValidationBaselineVersion Condition=" '$(Stage)' == 'normal' ">9.7.0</PackageValidationBaselineVersion>
4141
</PropertyGroup>
4242

4343
<!-- Verify that the minimum supported TFM is actually used. -->

eng/Versions.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
77
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
88
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
9-
<ApiCompatBaselineVersion>9.6.0</ApiCompatBaselineVersion>
109
<AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>
1110
<!--
1211
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages

0 commit comments

Comments
 (0)