From 92b5fa4ce7040168a16131d8eb9cf27f202ce41e Mon Sep 17 00:00:00 2001 From: Arvind Shyamsundar Date: Tue, 20 Dec 2022 13:19:51 -0800 Subject: [PATCH] Update MSTest Nuget to 3.0.1 --- Tests/SQLCallStackResolver.Tests.csproj | 20 ++++++++++---------- Tests/packages.config | 5 ++--- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Tests/SQLCallStackResolver.Tests.csproj b/Tests/SQLCallStackResolver.Tests.csproj index d7d598b..6c45852 100644 --- a/Tests/SQLCallStackResolver.Tests.csproj +++ b/Tests/SQLCallStackResolver.Tests.csproj @@ -1,6 +1,6 @@  - + true true @@ -43,10 +43,10 @@ - ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.3.0.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.3.0.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll @@ -65,16 +65,16 @@ + + 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}. - - + + - - - false - false - + \ No newline at end of file diff --git a/Tests/packages.config b/Tests/packages.config index 433ba8c..c2ab1bb 100644 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,6 +1,5 @@  - - - + + \ No newline at end of file