From 6c9706e1e67648d40373d722a0b3a095d54ae3c9 Mon Sep 17 00:00:00 2001 From: Arvind Shyamsundar Date: Wed, 2 Aug 2023 22:30:13 -0700 Subject: [PATCH] Update MSTest to 3.1.1 --- Tests/SQLCallStackResolver.Tests.csproj | 12 ++++++------ Tests/packages.config | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tests/SQLCallStackResolver.Tests.csproj b/Tests/SQLCallStackResolver.Tests.csproj index 836e39b..866ee53 100644 --- a/Tests/SQLCallStackResolver.Tests.csproj +++ b/Tests/SQLCallStackResolver.Tests.csproj @@ -1,6 +1,6 @@  - + true true @@ -43,10 +43,10 @@ - ..\packages\MSTest.TestFramework.3.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.3.1.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.3.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.3.1.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll @@ -73,8 +73,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}. - - + + - + \ No newline at end of file diff --git a/Tests/packages.config b/Tests/packages.config index e603a80..0e5eb18 100644 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file