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