diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj index 8f15d64..30b1fc0 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.10\lib\net462\System.Collections.Immutable.dll + + ..\packages\System.Collections.Immutable.10.0.1\lib\net462\System.Collections.Immutable.dll - - ..\packages\System.IO.Hashing.9.0.10\lib\net462\System.IO.Hashing.dll + + ..\packages\System.IO.Hashing.10.0.1\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.10\lib\net462\System.Reflection.Metadata.dll + + ..\packages\System.Reflection.Metadata.10.0.1\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 887c8fa..b26a152 100644 --- a/Engine/app.config +++ b/Engine/app.config @@ -2,7 +2,7 @@ - + diff --git a/Engine/packages.config b/Engine/packages.config index ca4b9a1..324639a 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 e8a938f..29bbb1f 100644 --- a/GUI/App.config +++ b/GUI/App.config @@ -18,7 +18,7 @@ - + diff --git a/Tests/app.config b/Tests/app.config index 2b33c8b..f666c1c 100644 --- a/Tests/app.config +++ b/Tests/app.config @@ -2,9 +2,9 @@ - + - + diff --git a/utils/getBuildPreReqs.ps1 b/utils/getBuildPreReqs.ps1 index 1eff2d9..85e13bb 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.20250929.1313.0/content/amd64/dbghelp.dll").VersionInfo.ToString() -@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250929.1313.0/content/amd64/symsrv.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20251118.1707.0/content/amd64/dbghelp.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20251118.1707.0/content/amd64/symsrv.dll").VersionInfo.ToString()