From 2a6e1c3f474fe064f088b1ee8b95dc75b4f7b638 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 8 Nov 2023 16:33:51 -0800 Subject: [PATCH] Update Versions.props --- eng/Versions.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 6c96107a1..78404717f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -145,8 +145,10 @@ Therefore we stay at last month's version. We also need to special case the 1st patch release, because the incoming SDK version will never be 2 versions behind us in that case. Instead the indicator is that the incoming SDK version is not RTM or greater yet. - Preview releases already use -1 versionining so don't subtract one for that version + Preview releases already use -1 versionining so don't subtract one for that version. + In public builds, we always use the 2 month old version. --> + true true $([MSBuild]::Subtract($(VersionFeature60), 1))