From 9d6bf0559eeefa2dbd2613386f7d0108bcc6dbea Mon Sep 17 00:00:00 2001 From: Arvind Shyamsundar <16342666+arvindshmicrosoft@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:53:27 -0700 Subject: [PATCH] Update MSTest nugets --- .github/workflows/build.yml | 1 - Tests/SQLCallStackResolver.Tests.csproj | 37 +++++++++++++------------ Tests/packages.config | 9 +++--- 3 files changed, 23 insertions(+), 24 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09c3fde..8c67886 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,6 @@ jobs: path: | Target/Release !Target/Release/*.xml - !Target/Release/Tests - name: Prep for running tests run: ./downloadsyms.ps1 working-directory: Tests/TestCases diff --git a/Tests/SQLCallStackResolver.Tests.csproj b/Tests/SQLCallStackResolver.Tests.csproj index 3df9bc5..cfdb8f2 100644 --- a/Tests/SQLCallStackResolver.Tests.csproj +++ b/Tests/SQLCallStackResolver.Tests.csproj @@ -1,7 +1,7 @@  - - + + true true @@ -43,22 +43,21 @@ MinimumRecommendedRules.ruleset - - ..\packages\Microsoft.Testing.Platform.1.8.4\lib\netstandard2.0\Microsoft.Testing.Platform.dll + + ..\packages\Microsoft.Testing.Platform.2.0.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll - ..\packages\Microsoft.TestPlatform.ObjectModel.17.14.1\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll + ..\packages\Microsoft.TestPlatform.ObjectModel.18.0.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll - - ..\packages\MSTest.TestFramework.3.10.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + + False + ..\packages\MSTest.TestFramework.4.0.1\lib\net462\MSTest.TestFramework.dll - - ..\packages\MSTest.TestFramework.3.10.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + False + ..\packages\MSTest.TestFramework.4.0.1\lib\net462\MSTest.TestFramework.Extensions.dll - - ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net461\System.Threading.Tasks.Extensions.dll - @@ -80,15 +79,17 @@ false false + 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 e817773..6647c58 100644 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,8 +1,7 @@  - - - - - + + + + \ No newline at end of file