File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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. -->
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments