diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj
index b827e41..611a3a1 100644
--- a/Engine/SQLCallStackResolver.Engine.csproj
+++ b/Engine/SQLCallStackResolver.Engine.csproj
@@ -55,8 +55,8 @@
..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll
-
- ..\packages\System.Collections.Immutable.7.0.0\lib\net462\System.Collections.Immutable.dll
+
+ ..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll
..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll
@@ -65,8 +65,8 @@
..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll
-
- ..\packages\System.Reflection.Metadata.7.0.2\lib\net462\System.Reflection.Metadata.dll
+
+ ..\packages\System.Reflection.Metadata.8.0.0\lib\net462\System.Reflection.Metadata.dll
@@ -104,12 +104,12 @@
-
+
PreserveNewest
dbghelp.dll
DebuggerFiles\dbghelp.dll
-
+
PreserveNewest
symsrv.dll
DebuggerFiles\symsrv.dll
diff --git a/Engine/packages.config b/Engine/packages.config
index f154123..d2efce1 100644
--- a/Engine/packages.config
+++ b/Engine/packages.config
@@ -1,12 +1,12 @@
-
-
+
+
-
+
-
+
\ No newline at end of file
diff --git a/utils/getBuildPreReqs.ps1 b/utils/getBuildPreReqs.ps1
index 93b33bd..1673748 100644
--- a/utils/getBuildPreReqs.ps1
+++ b/utils/getBuildPreReqs.ps1
@@ -18,5 +18,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.20240223.1323.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
-@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20240223.1323.0/content/amd64/symsrv.dll").VersionInfo.ToString()
+@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20240409.1131.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
+@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20240409.1131.0/content/amd64/symsrv.dll").VersionInfo.ToString()