diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj index 81ab83a..cc14af2 100644 --- a/Engine/SQLCallStackResolver.Engine.csproj +++ b/Engine/SQLCallStackResolver.Engine.csproj @@ -107,12 +107,12 @@ - + PreserveNewest dbghelp.dll DebuggerFiles\dbghelp.dll - + PreserveNewest symsrv.dll DebuggerFiles\symsrv.dll diff --git a/Engine/packages.config b/Engine/packages.config index cc91fa9..b9a0344 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 4d4b634..ca1d033 100644 --- a/Tests/SQLCallStackResolver.Tests.csproj +++ b/Tests/SQLCallStackResolver.Tests.csproj @@ -1,6 +1,7 @@  - + + true true @@ -42,19 +43,22 @@ MinimumRecommendedRules.ruleset - - ..\packages\Microsoft.Testing.Platform.1.6.3\lib\netstandard2.0\Microsoft.Testing.Platform.dll + + ..\packages\Microsoft.Testing.Platform.1.7.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll - ..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll + ..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll - ..\packages\MSTest.TestFramework.3.8.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.3.8.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + @@ -79,6 +83,11 @@ 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 0aa3ed1..6be88a9 100644 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,7 +1,8 @@  - - - - + + + + + \ No newline at end of file diff --git a/latestrelease.txt b/latestrelease.txt index 1e79b21..71c99ff 100644 --- a/latestrelease.txt +++ b/latestrelease.txt @@ -1 +1 @@ -2024-06-24 00:00 +2025-05-28 00:00 diff --git a/utils/getBuildPreReqs.ps1 b/utils/getBuildPreReqs.ps1 index 87ec85c..accbe7b 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.20250211.1226.0/content/amd64/dbghelp.dll").VersionInfo.ToString() -@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250211.1226.0/content/amd64/symsrv.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20250411.1210.0/content/amd64/dbghelp.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250411.1210.0/content/amd64/symsrv.dll").VersionInfo.ToString()