diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 77ce6bd..2d89de8 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,5 +1,8 @@ + + + @@ -54,9 +57,45 @@ true + + ..\packages\Microsoft.ApplicationInsights.2.22.0\lib\net46\Microsoft.ApplicationInsights.dll + True + + + ..\packages\Microsoft.Testing.Platform.MSBuild.1.6.0\lib\netstandard2.0\Microsoft.Testing.Extensions.MSBuild.dll + True + + + ..\packages\Microsoft.Testing.Extensions.Telemetry.1.6.0\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll + True + + + ..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.6.0\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll + True + + + ..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.6.0\lib\netstandard2.0\Microsoft.Testing.Extensions.VSTestBridge.dll + True + + + ..\packages\Microsoft.Testing.Platform.1.6.0\lib\netstandard2.0\Microsoft.Testing.Platform.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll + True + ..\packages\Microsoft.CodeCoverage.16.4.0\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.13.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll + True + ..\packages\MSTest.TestFramework.3.4.0\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll True @@ -69,7 +108,39 @@ RememberTheMilkApi.dll + + ..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll + True + + + ..\packages\System.Collections.Immutable.9.0.2\lib\net462\System.Collections.Immutable.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.9.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll + True + + + ..\packages\System.Reflection.Metadata.9.0.2\lib\net462\System.Reflection.Metadata.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.6.0\lib\net462\System.Threading.Tasks.Extensions.dll + True + @@ -117,10 +188,15 @@ + + + + + \ No newline at end of file diff --git a/Tests/app.config b/Tests/app.config index 8301c0f..bd4257a 100644 --- a/Tests/app.config +++ b/Tests/app.config @@ -3,25 +3,25 @@ - - + + - - + + - - + + - - + + - - + + - + diff --git a/Tests/packages.config b/Tests/packages.config index 8d626b4..32d6bc3 100644 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,9 +1,24 @@ - + - + + + + + + + + + + + + + + + + \ No newline at end of file