We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f090b9b commit 9e041ffCopy full SHA for 9e041ff
eng/MSBuild/Packaging.targets
@@ -37,7 +37,7 @@
37
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/overview -->
38
<EnablePackageValidation>true</EnablePackageValidation>
39
40
- <PackageValidationBaselineVersion Condition=" '$(Stage)' == 'normal' ">9.7.0</PackageValidationBaselineVersion>
+ <PackageValidationBaselineVersion Condition=" '$(Stage)' == 'normal' ">9.8.0</PackageValidationBaselineVersion>
41
</PropertyGroup>
42
43
<!-- Verify that the minimum supported TFM is actually used. -->
src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/CompatibilitySuppressions.xml
0 commit comments