diff --git a/eng/Versions.props b/eng/Versions.props index b8bce19da3022df9aa373e27f9f26c8151914d89..4f0cbd50a64009d4df22d421f2e2bc723bc6b395 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,8 +8,8 @@ <PropertyGroup Label="Version settings"> <AspNetCoreMajorVersion>6</AspNetCoreMajorVersion> <AspNetCoreMinorVersion>0</AspNetCoreMinorVersion> - <AspNetCorePatchVersion>5</AspNetCorePatchVersion> - <ValidateBaseline>true</ValidateBaseline> + <AspNetCorePatchVersion>6</AspNetCorePatchVersion> + <ValidateBaseline>false</ValidateBaseline> <!-- When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages -->