diff --git a/Directory.Build.props b/Directory.Build.props
index c2bafd4f0065c7..b55b01142529c1 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -279,7 +279,7 @@
https://go.microsoft.com/fwlink/?LinkID=799421
- true
+ false
$(MSBuildProjectName.Contains('Private'))
true
diff --git a/eng/Versions.props b/eng/Versions.props
index c4960e1d3fd1bd..f7ccb6330d0d3c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -7,8 +7,8 @@
0
0
7.0.100
- preview
- 7
+ RC
+ 1
$(MajorVersion).$(MinorVersion).0.0
diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake
index d21206f1f8bcad..86db27cbe1e10a 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
# Keep in sync with IsPrerelease in Directory.Build.props
-set(PRERELEASE 1)
+set(PRERELEASE 0)
#----------------------------------------
# Detect and set platform variable names