diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index bc9ac91d6..11bfd4f03 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -206,9 +206,9 @@
https://github.com/dotnet/arcade
7cdba99308169f56130497633e600df49ecc7897
-
+
https://github.com/dotnet/arcade-services
- 3dd6072bffe13a128222ac91fce1737cd1d07993
+ 537a89e203d461f66ad44377e8dc4f224a028831
https://github.com/dotnet/runtime
diff --git a/eng/Versions.props b/eng/Versions.props
index c64e65aa4..5e39808a2 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -30,7 +30,7 @@
- 1.1.0-beta.22511.1
+ 1.1.0-beta.22512.1
diff --git a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs
index 54b947ac4..ed3cbbf30 100644
--- a/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs
+++ b/src/VirtualMonoRepo/Tasks/VirtualMonoRepo_Initialize.cs
@@ -58,6 +58,6 @@ public class VirtualMonoRepo_Initialize : Build.Utilities.Task, ICancelableTask
private IServiceProvider CreateServiceProvider() => new ServiceCollection()
.AddLogging(b => b.AddConsole().AddFilter(l => l >= LogLevel.Information))
.AddSingleton(sp => ActivatorUtilities.CreateInstance(sp, TmpPath))
- .AddVmrManagers("git", sp => new VmrManagerConfiguration(VmrPath, TmpPath))
+ .AddVmrManagers("git", sp => new VmrInfo(VmrPath, TmpPath))
.BuildServiceProvider();
}