From e28a3b2465f9861337097f474047726fc0e54416 Mon Sep 17 00:00:00 2001 From: Arvind Shyamsundar Date: Mon, 4 Mar 2024 20:57:31 -0800 Subject: [PATCH] Update debugger nugets to 20240223.1323.0 (#127) --- Engine/SQLCallStackResolver.Engine.csproj | 4 ++-- Engine/packages.config | 4 ++-- utils/getBuildPreReqs.ps1 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj index d807a4c..b827e41 100644 --- a/Engine/SQLCallStackResolver.Engine.csproj +++ b/Engine/SQLCallStackResolver.Engine.csproj @@ -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 0e82742..f154123 100644 --- a/Engine/packages.config +++ b/Engine/packages.config @@ -1,8 +1,8 @@  - - + + diff --git a/utils/getBuildPreReqs.ps1 b/utils/getBuildPreReqs.ps1 index 5f85b4e..93b33bd 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.20230731.1609.0/content/amd64/dbghelp.dll").VersionInfo.ToString() -@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20230731.1609.0/content/amd64/symsrv.dll").VersionInfo.ToString() +@(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()