diff --git a/eng/Versions.props b/eng/Versions.props
index 271ec3f9b..9896a37d2 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
true
$([MSBuild]::Subtract($(VersionFeature60), 1))
diff --git a/src/SourceBuild/content/eng/Versions.props b/src/SourceBuild/content/eng/Versions.props
index 4d0c4698e..9f5666494 100644
--- a/src/SourceBuild/content/eng/Versions.props
+++ b/src/SourceBuild/content/eng/Versions.props
@@ -30,7 +30,7 @@
These URLs can't be composed from their base URL and version as we read them from the
prep.sh and pipeline scripts, outside of MSBuild.
-->
- https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.100-rc.2.23502.1.centos.8-x64.tar.gz
- https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.100-rc.2.23502.1-centos.8-x64.tar.gz
+ https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.100-rtm.23551.1.centos.8-x64.tar.gz
+ https://dotnetcli.azureedge.net/source-built-artifacts/sdks/dotnet-sdk-8.0.100-centos.8-x64.tar.gz
diff --git a/src/SourceBuild/content/eng/bootstrap/OverrideBootstrapVersions.props b/src/SourceBuild/content/eng/bootstrap/OverrideBootstrapVersions.props
index 358c00140..4da9c2172 100644
--- a/src/SourceBuild/content/eng/bootstrap/OverrideBootstrapVersions.props
+++ b/src/SourceBuild/content/eng/bootstrap/OverrideBootstrapVersions.props
@@ -5,19 +5,5 @@
7.0.4-servicing.23107.6
$(NonshippingRuntimeVersionFor700)
-
- 8.0.0-rc.2.23479.6
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
- $(Msft80RC2RuntimeVersion)
diff --git a/src/SourceBuild/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj b/src/SourceBuild/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj
index d85e32ca7..56d828d22 100644
--- a/src/SourceBuild/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj
+++ b/src/SourceBuild/content/eng/bootstrap/buildBootstrapPreviouslySB.csproj
@@ -47,8 +47,6 @@
-
-