diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 20d16d7ea46a..73c8fb49610b 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -278,26 +278,26 @@
https://github.com/dotnet/runtime
65f01395f6af3131b9480e91671c8c96062bca11
-
+
https://github.com/dotnet/windowsdesktop
- bed6a81b30d9dabbb5aa6301c9e9152b671aed2a
+ 8c1790a883361a09db2145842a5b0780bfe702bf
-
+
https://github.com/dotnet/windowsdesktop
- bed6a81b30d9dabbb5aa6301c9e9152b671aed2a
+ 8c1790a883361a09db2145842a5b0780bfe702bf
-
+
https://github.com/dotnet/windowsdesktop
- bed6a81b30d9dabbb5aa6301c9e9152b671aed2a
+ 8c1790a883361a09db2145842a5b0780bfe702bf
-
+
https://github.com/dotnet/windowsdesktop
- bed6a81b30d9dabbb5aa6301c9e9152b671aed2a
+ 8c1790a883361a09db2145842a5b0780bfe702bf
-
+
https://github.com/dotnet/wpf
- cfb8ddc81be25838a0d0c11142e04adbb4fc8903
+ 2a8258a72936092b24082c3e19f88d4b3e7e1e02
https://github.com/dotnet/aspnetcore
@@ -445,13 +445,13 @@
-
+
https://github.com/dotnet/winforms
- 5e9dab651de1d8b4e8b379beac70319904ee1538
+ 5d908dd29c55b43598b14ece5a8e5429b965c058
-
+
https://github.com/dotnet/wpf
- cfb8ddc81be25838a0d0c11142e04adbb4fc8903
+ 2a8258a72936092b24082c3e19f88d4b3e7e1e02
https://github.com/dotnet/xdt
diff --git a/eng/Versions.props b/eng/Versions.props
index ac29b4308c23..11a8929c3fdd 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -92,7 +92,7 @@
- 10.0.0-preview.4.25174.6
+ 10.0.0-preview.4.25177.2
@@ -149,9 +149,9 @@
- 10.0.0-preview.4.25177.2
- 10.0.0-preview.4.25177.2
- 10.0.0-preview.4.25177.2
+ 10.0.0-preview.4.25179.1
+ 10.0.0-preview.4.25179.1
+ 10.0.0-preview.4.25179.1
@@ -258,8 +258,8 @@
- 10.0.0-preview.4.25177.1
- 10.0.0-preview.4.25177.1
+ 10.0.0-preview.4.25178.3
+ 10.0.0-preview.4.25178.3
2.2.0-beta.19072.10
diff --git a/src/SourceBuild/patches/winforms/0001-Condition-out-the-native-tests-in-VMR.patch b/src/SourceBuild/patches/winforms/0001-Condition-out-the-native-tests-in-VMR.patch
deleted file mode 100644
index eceff882d7bb..000000000000
--- a/src/SourceBuild/patches/winforms/0001-Condition-out-the-native-tests-in-VMR.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: "Nikola Milosavljevic (CLR) false"
-Date: Tue, 25 Mar 2025 07:52:19 -0700
-Subject: [PATCH] Condition out the native tests in VMR
-
-Backport: https://github.com/dotnet/winforms/pull/13187
----
- src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj b/src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj
-index d3fc8eb04..a46d5848e 100644
---- a/src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj
-+++ b/src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj
-@@ -6,6 +6,8 @@
- System.Windows.Forms.Interop.Tests
- x86;x64
- true
-+
-+ true
-
-
-