diff --git a/eng/Versions.props b/eng/Versions.props
index 0594bf69e..aa53d192b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -8,7 +8,7 @@
8
0
1
- 00
+ 01
$(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature)
$(VersionMajor).$(VersionMinor)
$(MajorMinorVersion).$(VersionSDKMinor)
@@ -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
true
$([MSBuild]::Subtract($(VersionFeature60), 1))