From 83b373ffc763d98435fd15c767c3677e0faa63f9 Mon Sep 17 00:00:00 2001 From: Arvind Shyamsundar Date: Fri, 11 Apr 2025 10:01:51 -0700 Subject: [PATCH] Update MSTest nugets 20250411 --- Tests/SQLCallStackResolver.Tests.csproj | 14 +++++++------- Tests/packages.config | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Tests/SQLCallStackResolver.Tests.csproj b/Tests/SQLCallStackResolver.Tests.csproj index 5ceed0c..4d4b634 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.4.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll + + ..\packages\Microsoft.Testing.Platform.1.6.3\lib\netstandard2.0\Microsoft.Testing.Platform.dll - ..\packages\Microsoft.TestPlatform.ObjectModel.17.11.1\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll + ..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll - ..\packages\MSTest.TestFramework.3.6.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.3.8.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.3.6.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.3.8.3\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 6655f77..0aa3ed1 100644 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file