diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index a8f36a896..253437a70 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -241,5 +241,10 @@
ed9a83526483c094fb51e7000b6f816ce6cb0325
+
+ https://github.com/dotnet/scenario-tests
+ 8af694a5e3986a27ccfee1a638ba311c7e9bc55d
+
+
diff --git a/eng/Versions.props b/eng/Versions.props
index 85fbae61a..1317aea01 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -233,6 +233,7 @@
2.0.0
17.8.0-preview-23407-02
8.0.0-alpha.1.22557.12
+ 8.0.0-preview.23424.2
diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json
index 5b70dbbbd..28ef59eab 100644
--- a/src/VirtualMonoRepo/source-mappings.json
+++ b/src/VirtualMonoRepo/source-mappings.json
@@ -134,6 +134,10 @@
"name": "runtime",
"defaultRemote": "https://github.com/dotnet/runtime"
},
+ {
+ "name": "scenario-tests",
+ "defaultRemote": "https://github.com/dotnet/scenario-tests"
+ },
{
"name": "sdk",
"defaultRemote": "https://github.com/dotnet/sdk"