diff --git a/eng/Versions.props b/eng/Versions.props
index 6ea06ef71c1169..e05adf2b6164b9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -10,12 +10,13 @@
8.0.10
7.0.20
6.0.$([MSBuild]::Add($([System.Version]::Parse('$(PackageVersionNet8)').Build),25))
- rc
- 2
+ rtm
+
false
release
- -$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)
+ -$(PreReleaseVersionLabel)
+ -$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)
$(SdkBandVersion)$(WorkloadVersionSuffix)
diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake
index 10f623e6d59245..2de5e5215db5f7 100644
--- a/eng/native/configureplatform.cmake
+++ b/eng/native/configureplatform.cmake
@@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/functions.cmake)
# If set, indicates that this is not an officially supported release.
# Release branches should set this to false.
-set(PRERELEASE 1)
+set(PRERELEASE 0)
#----------------------------------------
# Detect and set platform variable names