From cc1fb2d743f7959685aefa0f211f66026b4e70d1 Mon Sep 17 00:00:00 2001 From: Arvind Shyamsundar Date: Fri, 16 Aug 2024 13:46:53 -0700 Subject: [PATCH] Update debugger and MSTest nugets to current for 20240816 (#134) --- Engine/SQLCallStackResolver.Engine.csproj | 4 ++-- Engine/packages.config | 4 ++-- Tests/SQLCallStackResolver.Tests.csproj | 12 ++++++------ Tests/packages.config | 6 +++--- utils/getBuildPreReqs.ps1 | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj index 611a3a1..62df003 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 d2efce1..af319fd 100644 --- a/Engine/packages.config +++ b/Engine/packages.config @@ -1,8 +1,8 @@  - - + + diff --git a/Tests/SQLCallStackResolver.Tests.csproj b/Tests/SQLCallStackResolver.Tests.csproj index ee905fb..e12aff3 100644 --- a/Tests/SQLCallStackResolver.Tests.csproj +++ b/Tests/SQLCallStackResolver.Tests.csproj @@ -1,6 +1,6 @@  - + true true @@ -42,17 +42,17 @@ MinimumRecommendedRules.ruleset - - ..\packages\Microsoft.Testing.Platform.1.2.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll + + ..\packages\Microsoft.Testing.Platform.1.3.2\lib\netstandard2.0\Microsoft.Testing.Platform.dll ..\packages\Microsoft.TestPlatform.ObjectModel.17.10.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll - ..\packages\MSTest.TestFramework.3.4.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.3.5.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.3.4.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.3.5.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll @@ -80,5 +80,5 @@ 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/packages.config b/Tests/packages.config index 292c32e..5bc6384 100644 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,7 +1,7 @@  - + - - + + \ No newline at end of file diff --git a/utils/getBuildPreReqs.ps1 b/utils/getBuildPreReqs.ps1 index 1673748..afb97f6 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.20240409.1131.0/content/amd64/dbghelp.dll").VersionInfo.ToString() -@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20240409.1131.0/content/amd64/symsrv.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20240722.1449.0/content/amd64/dbghelp.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20240722.1449.0/content/amd64/symsrv.dll").VersionInfo.ToString()