Update statement for the baseline validation.

This commit is contained in:
Peter Ibekwe
2026-06-01 19:05:47 -07:00
Unverified
parent dd86b41a1e
commit b2b0dacdf7
2 changed files with 6 additions and 6 deletions
@@ -13,9 +13,9 @@
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
<!-- First GA after the RC milestone. Baseline against the latest published RC so package
validation catches accidental breaking changes between RC and GA. Future GAs should
bump this to the previous GA version. -->
<!-- First Stable release after the RC milestone. Baseline against the latest
published RC so package validation catches accidental breaking changes.
Future releases should bump this to the previous stable version. -->
<PropertyGroup>
<PackageValidationBaselineVersion>1.8.0-rc1</PackageValidationBaselineVersion>
</PropertyGroup>
@@ -13,9 +13,9 @@
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
<!-- First GA after the RC milestone. Baseline against the latest published RC so package
validation catches accidental breaking changes between RC and GA. Future GAs should
bump this to the previous GA version. -->
<!-- First Stable release after the RC milestone. Baseline against the latest
published RC so package validation catches accidental breaking changes.
Future releases should bump this to the previous stable version. -->
<PropertyGroup>
<PackageValidationBaselineVersion>1.8.0-rc1</PackageValidationBaselineVersion>
</PropertyGroup>