diff --git a/src/Adapter/MSTest.CoreAdapter/MSTest.CoreAdapter.csproj b/src/Adapter/MSTest.CoreAdapter/MSTest.CoreAdapter.csproj
index 7fb134cd0e..dcb6e905fb 100644
--- a/src/Adapter/MSTest.CoreAdapter/MSTest.CoreAdapter.csproj
+++ b/src/Adapter/MSTest.CoreAdapter/MSTest.CoreAdapter.csproj
@@ -113,9 +113,19 @@
+
+ ..\..\..\packages\Microsoft.TestPlatform.ObjectModel.11.0.0\lib\portable-net45+win8+wpa81+wp8\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
+ False
+
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.5\System.Collections.Concurrent.dll
+
+ ..\..\..\packages\System.ComponentModel.Primitives.4.3.0\lib\netstandard1.0\System.ComponentModel.Primitives.dll
+
+
+ ..\..\..\packages\System.ComponentModel.TypeConverter.4.3.0\lib\netstandard1.0\System.ComponentModel.TypeConverter.dll
+
diff --git a/src/Adapter/MSTest.CoreAdapter/Properties/AssemblyInfo.cs b/src/Adapter/MSTest.CoreAdapter/Properties/AssemblyInfo.cs
index 0fb6360653..ef1590b4a6 100644
--- a/src/Adapter/MSTest.CoreAdapter/Properties/AssemblyInfo.cs
+++ b/src/Adapter/MSTest.CoreAdapter/Properties/AssemblyInfo.cs
@@ -3,6 +3,8 @@
using System.Reflection;
using System.Resources;
+using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter;
+using Microsoft.VisualStudio.TestPlatform.ObjectModel.Utilities;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
@@ -16,6 +18,7 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
+[assembly: TypesToLoad(typeof(MSTestDiscoverer), typeof(MSTestExecutor))]
// Version information for an assembly consists of the following four values:
//