diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj
index de42120..c5a3391 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.8\lib\net462\System.Collections.Immutable.dll
+
+ ..\packages\System.Collections.Immutable.9.0.9\lib\net462\System.Collections.Immutable.dll
-
- ..\packages\System.IO.Hashing.9.0.8\lib\net462\System.IO.Hashing.dll
+
+ ..\packages\System.IO.Hashing.9.0.9\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.8\lib\net462\System.Reflection.Metadata.dll
+
+ ..\packages\System.Reflection.Metadata.9.0.9\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 9c2413c..f4ec285 100644
--- a/Engine/app.config
+++ b/Engine/app.config
@@ -2,7 +2,7 @@
-
+
diff --git a/Engine/packages.config b/Engine/packages.config
index bf75724..a29538b 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 b7a7928..c7244ec 100644
--- a/GUI/App.config
+++ b/GUI/App.config
@@ -18,7 +18,7 @@
-
+
diff --git a/Tests/SQLCallStackResolver.Tests.csproj b/Tests/SQLCallStackResolver.Tests.csproj
index 843e595..3df9bc5 100644
--- a/Tests/SQLCallStackResolver.Tests.csproj
+++ b/Tests/SQLCallStackResolver.Tests.csproj
@@ -1,7 +1,7 @@
-
-
+
+
true
true
@@ -43,17 +43,17 @@
MinimumRecommendedRules.ruleset
-
- ..\packages\Microsoft.Testing.Platform.1.8.2\lib\netstandard2.0\Microsoft.Testing.Platform.dll
+
+ ..\packages\Microsoft.Testing.Platform.1.8.4\lib\netstandard2.0\Microsoft.Testing.Platform.dll
..\packages\Microsoft.TestPlatform.ObjectModel.17.14.1\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
- ..\packages\MSTest.TestFramework.3.9.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
+ ..\packages\MSTest.TestFramework.3.10.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
- ..\packages\MSTest.TestFramework.3.9.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
+ ..\packages\MSTest.TestFramework.3.10.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
@@ -84,11 +84,11 @@
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}.
-
-
-
-
+
+
+
+
-
-
+
+
\ No newline at end of file
diff --git a/Tests/app.config b/Tests/app.config
index c63f399..9496b69 100644
--- a/Tests/app.config
+++ b/Tests/app.config
@@ -2,9 +2,9 @@
-
+
-
+
diff --git a/Tests/packages.config b/Tests/packages.config
index cad4bec..e817773 100644
--- a/Tests/packages.config
+++ b/Tests/packages.config
@@ -1,8 +1,8 @@
-
+
-
-
+
+
\ No newline at end of file
diff --git a/utils/getBuildPreReqs.ps1 b/utils/getBuildPreReqs.ps1
index 951fbaf..936d763 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.20250611.1057.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
-@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250611.1057.0/content/amd64/symsrv.dll").VersionInfo.ToString()
+@(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()