diff --git a/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj b/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj index bf7baa5b0..edcec842f 100644 --- a/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj +++ b/singletonclient/UnitTestSingletonIcu/UnitTestSingletonIcu.csproj @@ -1,5 +1,9 @@  + + + + @@ -40,6 +44,42 @@ 4 + + ..\packages\Microsoft.ApplicationInsights.2.22.0\lib\net46\Microsoft.ApplicationInsights.dll + True + + + ..\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.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll @@ -47,7 +87,35 @@ ..\packages\MSTest.TestFramework.3.0.4\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + + ..\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 + @@ -74,6 +142,14 @@ + + + + + + + + \ No newline at end of file diff --git a/singletonclient/UnitTestSingletonIcu/packages.config b/singletonclient/UnitTestSingletonIcu/packages.config index e603a8060..3e3d5e12c 100644 --- a/singletonclient/UnitTestSingletonIcu/packages.config +++ b/singletonclient/UnitTestSingletonIcu/packages.config @@ -1,5 +1,19 @@  - + + + + + + + + + + + + + + + \ No newline at end of file