diff --git a/UnitTest/Test.Net/Test.Net.csproj b/UnitTest/Test.Net/Test.Net.csproj index d338d0f..2e617cf 100644 --- a/UnitTest/Test.Net/Test.Net.csproj +++ b/UnitTest/Test.Net/Test.Net.csproj @@ -1,5 +1,9 @@  + + + + @@ -79,14 +83,80 @@ MinimumRecommendedRules.ruleset - - ..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + + ..\packages\Microsoft.ApplicationInsights.2.22.0\lib\net46\Microsoft.ApplicationInsights.dll + True - - ..\..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + ..\packages\Microsoft.Testing.Extensions.Telemetry.1.1.0\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll + True + + + ..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.1.0\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll + True + + + ..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.1.0\lib\netstandard2.0\Microsoft.Testing.Extensions.VSTestBridge.dll + True + + + ..\packages\Microsoft.Testing.Platform.1.1.0\lib\netstandard2.0\Microsoft.Testing.Platform.dll + True + + + ..\packages\Microsoft.Testing.Platform.MSBuild.1.1.0\lib\netstandard2.0\Microsoft.Testing.Platform.MSBuild.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.9.0\lib\net462\Microsoft.TestPlatform.CoreUtilities.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.9.0\lib\net462\Microsoft.TestPlatform.PlatformAbstractions.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.9.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll + True + + + ..\packages\MSTest.TestFramework.3.3.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + True + + + ..\packages\MSTest.TestFramework.3.3.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + + + ..\packages\System.Reflection.Metadata.8.0.0\lib\net462\System.Reflection.Metadata.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + True + @@ -106,6 +176,14 @@ + + + + + + + + \ No newline at end of file diff --git a/UnitTest/Test.Net/packages.config b/UnitTest/Test.Net/packages.config index 8d0a449..e686382 100644 --- a/UnitTest/Test.Net/packages.config +++ b/UnitTest/Test.Net/packages.config @@ -1,5 +1,19 @@ - - + + + + + + + + + + + + + + + + \ No newline at end of file