From 9974eeb12dd397fd76d4b3085f49513686442de6 Mon Sep 17 00:00:00 2001
From: Arvind Shyamsundar <16342666+arvindshmicrosoft@users.noreply.github.com>
Date: Tue, 21 Oct 2025 21:19:51 -0700
Subject: [PATCH] Update debugger and .NET nugets 20251021
---
Engine/SQLCallStackResolver.Engine.csproj | 24 +++++++++++------------
Engine/app.config | 2 +-
Engine/packages.config | 10 +++++-----
GUI/App.config | 2 +-
Tests/app.config | 4 ++--
utils/getBuildPreReqs.ps1 | 4 ++--
6 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj
index c5a3391..8f15d64 100644
--- a/Engine/SQLCallStackResolver.Engine.csproj
+++ b/Engine/SQLCallStackResolver.Engine.csproj
@@ -55,11 +55,11 @@
..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll
-
- ..\packages\System.Collections.Immutable.9.0.9\lib\net462\System.Collections.Immutable.dll
+
+ ..\packages\System.Collections.Immutable.9.0.10\lib\net462\System.Collections.Immutable.dll
-
- ..\packages\System.IO.Hashing.9.0.9\lib\net462\System.IO.Hashing.dll
+
+ ..\packages\System.IO.Hashing.9.0.10\lib\net462\System.IO.Hashing.dll
..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll
@@ -69,8 +69,8 @@
..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll
-
- ..\packages\System.Reflection.Metadata.9.0.9\lib\net462\System.Reflection.Metadata.dll
+
+ ..\packages\System.Reflection.Metadata.9.0.10\lib\net462\System.Reflection.Metadata.dll
..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll
@@ -112,12 +112,12 @@
-
+
PreserveNewest
dbghelp.dll
DebuggerFiles\dbghelp.dll
-
+
PreserveNewest
symsrv.dll
DebuggerFiles\symsrv.dll
@@ -128,8 +128,8 @@
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
+
+
cd $(ProjectDir)
@@ -140,6 +140,6 @@ type ..\utils\import-vsenv.ps1 ..\utils\getBuildPreReqs.ps1 2>nul | powershel
false
false
-
-
+
+
\ No newline at end of file
diff --git a/Engine/app.config b/Engine/app.config
index f4ec285..887c8fa 100644
--- a/Engine/app.config
+++ b/Engine/app.config
@@ -2,7 +2,7 @@
-
+
diff --git a/Engine/packages.config b/Engine/packages.config
index a29538b..ca4b9a1 100644
--- a/Engine/packages.config
+++ b/Engine/packages.config
@@ -1,14 +1,14 @@
-
-
+
+
-
-
+
+
-
+
\ No newline at end of file
diff --git a/GUI/App.config b/GUI/App.config
index c7244ec..e8a938f 100644
--- a/GUI/App.config
+++ b/GUI/App.config
@@ -18,7 +18,7 @@
-
+
diff --git a/Tests/app.config b/Tests/app.config
index 9496b69..2b33c8b 100644
--- a/Tests/app.config
+++ b/Tests/app.config
@@ -2,9 +2,9 @@
-
+
-
+
diff --git a/utils/getBuildPreReqs.ps1 b/utils/getBuildPreReqs.ps1
index 936d763..1eff2d9 100644
--- a/utils/getBuildPreReqs.ps1
+++ b/utils/getBuildPreReqs.ps1
@@ -19,5 +19,5 @@ if ((dir "DIA/*").Length -ne 3)
$diaManifestPath = "DIA/msdia140.dll.manifest"
(Get-Content $diaManifestPath).Replace("DIA/msdia140.dll", "msdia140.dll") -Replace " description", " threadingModel=`"Both`" description " | Set-Content $diaManifestPath
-@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20250825.1142.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
-@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250825.1142.0/content/amd64/symsrv.dll").VersionInfo.ToString()
+@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20250929.1313.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
+@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250929.1313.0/content/amd64/symsrv.dll").VersionInfo.ToString()