diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj
index 48f5282..7902a19 100644
--- a/Engine/SQLCallStackResolver.Engine.csproj
+++ b/Engine/SQLCallStackResolver.Engine.csproj
@@ -65,8 +65,8 @@
..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll
-
- ..\packages\System.Reflection.Metadata.7.0.1\lib\net462\System.Reflection.Metadata.dll
+
+ ..\packages\System.Reflection.Metadata.7.0.2\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 bc254a7..4bc0516 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 923d5fe..a397c87 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.20230328.919.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
-@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20230328.919.0/content/amd64/symsrv.dll").VersionInfo.ToString()
+@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20230602.930.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
+@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20230602.930.0/content/amd64/symsrv.dll").VersionInfo.ToString()