diff --git a/Directory.Build.props b/Directory.Build.props index 13aff82cb7724f..50f11b41784839 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -74,7 +74,7 @@ - true + false true diff --git a/eng/Versions.props b/eng/Versions.props index 51b09a0a719e37..6689cd950cb91a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,7 +7,7 @@ 0 0 preview - 7 + 8 $(MajorVersion).$(MinorVersion).0.0 diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake index 8c4ddff8d23905..23024a5f2daf62 100644 --- a/eng/native/configureplatform.cmake +++ b/eng/native/configureplatform.cmake @@ -3,7 +3,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