diff --git a/ClientLibrary.Test/ClientLibrary.Test.csproj b/ClientLibrary.Test/ClientLibrary.Test.csproj index 0cb7b7f..3f2575c 100644 --- a/ClientLibrary.Test/ClientLibrary.Test.csproj +++ b/ClientLibrary.Test/ClientLibrary.Test.csproj @@ -1,19 +1,86 @@ - + + + + netcoreapp6.0 false - - - + + + ..\packages\Microsoft.ApplicationInsights.2.22.0\lib\netstandard2.0\Microsoft.ApplicationInsights.dll + True + + + ..\packages\Microsoft.Testing.Extensions.Telemetry.1.3.1\lib\net6.0\Microsoft.Testing.Extensions.Telemetry.dll + True + + + ..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.3.1\lib\net6.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll + True + + + ..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.3.1\lib\net6.0\Microsoft.Testing.Extensions.VSTestBridge.dll + True + + + ..\packages\Microsoft.Testing.Platform.1.3.1\lib\net6.0\Microsoft.Testing.Platform.dll + True + + + ..\packages\Microsoft.Testing.Platform.MSBuild.1.3.1\lib\net6.0\Microsoft.Testing.Platform.MSBuild.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.10.0\lib\netcoreapp3.1\Microsoft.TestPlatform.CoreUtilities.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.10.0\lib\netcoreapp3.1\Microsoft.TestPlatform.PlatformAbstractions.dll + True + + + ..\packages\Microsoft.TestPlatform.ObjectModel.17.10.0\lib\netcoreapp3.1\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll + True + + + ..\packages\System.Collections.Immutable.8.0.0\lib\net6.0\System.Collections.Immutable.dll + True + + + ..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net6.0\System.Diagnostics.DiagnosticSource.dll + True + + + ..\packages\System.Reflection.Metadata.8.0.0\lib\net6.0\System.Reflection.Metadata.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net6.0\System.Runtime.CompilerServices.Unsafe.dll + True + + + + + This project references NuGet package(s) that are missing on this computer. Enable 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/ClientLibrary.Test/packages.config b/ClientLibrary.Test/packages.config index 918f811..3a4be64 100644 --- a/ClientLibrary.Test/packages.config +++ b/ClientLibrary.Test/packages.config @@ -1,5 +1,16 @@ - + + + + + + + + + + + + \ No newline at end of file