From fea3eedb4fa0c9c419d2ce91c95c8cd841d7e3e4 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 14 Jul 2020 11:51:58 -0400 Subject: [PATCH] Update MSTest versions. --- SharedTests/SharedTests.csproj | 15 +++++++-------- SharedTests/app.config | 11 +++++++++++ SharedTests/packages.config | 4 ++-- 3 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 SharedTests/app.config diff --git a/SharedTests/SharedTests.csproj b/SharedTests/SharedTests.csproj index e6f35f4..b3eb4df 100644 --- a/SharedTests/SharedTests.csproj +++ b/SharedTests/SharedTests.csproj @@ -1,6 +1,6 @@  - + Debug @@ -41,12 +41,10 @@ - ..\..\packages\MSTest.TestFramework.2.1.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - True + ..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\..\packages\MSTest.TestFramework.2.1.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - True + ..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll False @@ -64,6 +62,7 @@ + @@ -73,8 +72,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/SharedTests/app.config b/SharedTests/app.config new file mode 100644 index 0000000..3a1a497 --- /dev/null +++ b/SharedTests/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/SharedTests/packages.config b/SharedTests/packages.config index 083a47e..fc988f3 100644 --- a/SharedTests/packages.config +++ b/SharedTests/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file