diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 3e19f9d7db71..25e8b24b8447 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -258,26 +258,26 @@
https://github.com/dotnet/runtime
a9d67ec265ed4078265d70d155d06316acadf6fe
-
+
https://github.com/dotnet/windowsdesktop
- fddf6febb908b373a10351befbdfddce0a49d9f4
+ d12b66e633c1ff1803a1da49acace1fb9b88dd54
-
+
https://github.com/dotnet/windowsdesktop
- fddf6febb908b373a10351befbdfddce0a49d9f4
+ d12b66e633c1ff1803a1da49acace1fb9b88dd54
-
+
https://github.com/dotnet/windowsdesktop
- fddf6febb908b373a10351befbdfddce0a49d9f4
+ d12b66e633c1ff1803a1da49acace1fb9b88dd54
-
+
https://github.com/dotnet/windowsdesktop
- fddf6febb908b373a10351befbdfddce0a49d9f4
+ d12b66e633c1ff1803a1da49acace1fb9b88dd54
-
+
https://github.com/dotnet/wpf
- 793610e3a5f45bcf23fa347e03f2b36780dc1a94
+ fcab981f78e179665090275998e0998b8d8c7b16
https://github.com/dotnet/aspnetcore
@@ -405,13 +405,13 @@
febd7e8bdf05f17fb4e0e4dd3123e9538fbf7e7b
-
+
https://github.com/dotnet/winforms
- 9a8b5a2a86123e583e234a0fa12fc34d716a7c88
+ 2f013e0c297a4bcc14410307cc7aebe73207ad2c
-
+
https://github.com/dotnet/wpf
- 793610e3a5f45bcf23fa347e03f2b36780dc1a94
+ fcab981f78e179665090275998e0998b8d8c7b16
https://github.com/dotnet/xdt
diff --git a/eng/Versions.props b/eng/Versions.props
index fdb6f551cdf3..afc869020a21 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -83,7 +83,7 @@
- 10.0.0-alpha.1.25072.5
+ 10.0.0-preview.2.25079.2
@@ -139,9 +139,9 @@
- 10.0.0-alpha.1.25073.1
- 10.0.0-alpha.1.25073.1
- 10.0.0-alpha.1.25073.1
+ 10.0.0-preview.2.25080.3
+ 10.0.0-preview.2.25080.3
+ 10.0.0-preview.2.25080.3
@@ -250,8 +250,8 @@
- 10.0.0-alpha.1.25073.4
- 10.0.0-alpha.1.25073.4
+ 10.0.0-preview.2.25080.2
+ 10.0.0-preview.2.25080.2
diff --git a/src/SourceBuild/patches/winforms/0001-React-to-compiler-analyzer-warning-error.patch b/src/SourceBuild/patches/winforms/0001-React-to-compiler-analyzer-warning-error.patch
index 51d175347431..0874a9b44e68 100644
--- a/src/SourceBuild/patches/winforms/0001-React-to-compiler-analyzer-warning-error.patch
+++ b/src/SourceBuild/patches/winforms/0001-React-to-compiler-analyzer-warning-error.patch
@@ -9,10 +9,10 @@ Backport: https://github.com/dotnet/winforms/pull/12837
.../Private/Windows/Core/Nrbf/SerializationRecordExtensions.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/src/System.Private.Windows.Core/src/System/Private/Windows/Core/Nrbf/SerializationRecordExtensions.cs b/src/System.Private.Windows.Core/src/System/Private/Windows/Core/Nrbf/SerializationRecordExtensions.cs
+diff --git a/src/System.Private.Windows.Core/src/System/Private/Windows/Nrbf/SerializationRecordExtensions.cs b/src/System.Private.Windows.Core/src/System/Private/Windows/Nrbf/SerializationRecordExtensions.cs
index 7f9ba95a7..6537c9da0 100644
---- a/src/System.Private.Windows.Core/src/System/Private/Windows/Core/Nrbf/SerializationRecordExtensions.cs
-+++ b/src/System.Private.Windows.Core/src/System/Private/Windows/Core/Nrbf/SerializationRecordExtensions.cs
+--- a/src/System.Private.Windows.Core/src/System/Private/Windows/Nrbf/SerializationRecordExtensions.cs
++++ b/src/System.Private.Windows.Core/src/System/Private/Windows/Nrbf/SerializationRecordExtensions.cs
@@ -349,7 +349,7 @@ internal static class SerializationRecordExtensions
|| !classInfo.HasMember("_size")
|| classInfo.GetRawValue("_size") is not int size