diff --git a/Directory.Packages.props b/Directory.Packages.props
index f158a45ee2..048c85c94a 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -88,4 +88,4 @@
-
\ No newline at end of file
+
diff --git a/MSTest.slnf b/MSTest.slnf
index 5985887daf..111ef185e0 100644
--- a/MSTest.slnf
+++ b/MSTest.slnf
@@ -9,7 +9,6 @@
"src\\Analyzers\\MSTest.Analyzers.CodeFixes\\MSTest.Analyzers.CodeFixes.csproj",
"src\\Analyzers\\MSTest.Analyzers.Package\\MSTest.Analyzers.Package.csproj",
"src\\Analyzers\\MSTest.Analyzers\\MSTest.Analyzers.csproj",
- "src\\Package\\MSTest.Internal.TestFx.Documentation\\MSTest.Internal.TestFx.Documentation.csproj",
"src\\Package\\MSTest.Sdk\\MSTest.Sdk.csproj",
"src\\Package\\MSTest\\MSTest.csproj",
"src\\TestFramework\\TestFramework.Extensions\\TestFramework.Extensions.csproj",
diff --git a/TestFx.sln b/TestFx.sln
index 2a974cdced..d803e5da0a 100644
--- a/TestFx.sln
+++ b/TestFx.sln
@@ -142,8 +142,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFramework.ForTestingMST
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSTest", "src\Package\MSTest\MSTest.csproj", "{ED8534D1-3136-4915-8071-5547E8D84DC3}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSTest.Internal.TestFx.Documentation", "src\Package\MSTest.Internal.TestFx.Documentation\MSTest.Internal.TestFx.Documentation.csproj", "{37F9538E-DD88-40DA-8A32-85D6C2A7FD46}"
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestingPlatformRunner", "TestingPlatformRunner", "{A9F9C49E-3CDA-4207-AA53-CC80AF1798FE}"
ProjectSection(SolutionItems) = preProject
eng\TestingPlatformRunner\TestingPlatform.Runner.targets = eng\TestingPlatformRunner\TestingPlatform.Runner.targets
@@ -381,10 +379,6 @@ Global
{ED8534D1-3136-4915-8071-5547E8D84DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED8534D1-3136-4915-8071-5547E8D84DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED8534D1-3136-4915-8071-5547E8D84DC3}.Release|Any CPU.Build.0 = Release|Any CPU
- {37F9538E-DD88-40DA-8A32-85D6C2A7FD46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {37F9538E-DD88-40DA-8A32-85D6C2A7FD46}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {37F9538E-DD88-40DA-8A32-85D6C2A7FD46}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {37F9538E-DD88-40DA-8A32-85D6C2A7FD46}.Release|Any CPU.Build.0 = Release|Any CPU
{48FAB979-8DA5-492E-8B3F-5DBBE82F659A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48FAB979-8DA5-492E-8B3F-5DBBE82F659A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48FAB979-8DA5-492E-8B3F-5DBBE82F659A}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -543,7 +537,6 @@ Global
{35E90097-976B-4FF5-B55F-2F51561D7A33} = {33D3029D-E653-4929-BB31-C714178C4BEE}
{17CE999F-F3D1-48B4-A18F-8BA050C3A4AD} = {33D3029D-E653-4929-BB31-C714178C4BEE}
{ED8534D1-3136-4915-8071-5547E8D84DC3} = {E374A3A6-C364-4890-B315-D60F5C682B6E}
- {37F9538E-DD88-40DA-8A32-85D6C2A7FD46} = {E374A3A6-C364-4890-B315-D60F5C682B6E}
{A9F9C49E-3CDA-4207-AA53-CC80AF1798FE} = {FE0DF239-0D81-46CA-9277-3342009E83F9}
{6AEE1440-FDF0-4729-8196-B24D0E333550} = {FF8B1B72-55A1-4FFE-809E-7B79323ED8D0}
{48FAB979-8DA5-492E-8B3F-5DBBE82F659A} = {6AEE1440-FDF0-4729-8196-B24D0E333550}
diff --git a/eng/verify-nupkgs.ps1 b/eng/verify-nupkgs.ps1
index c4e8ca3be5..dde3fbd9b0 100644
--- a/eng/verify-nupkgs.ps1
+++ b/eng/verify-nupkgs.ps1
@@ -20,7 +20,6 @@ function Confirm-NugetPackages {
Write-Verbose "Starting Confirm-NugetPackages."
$expectedNumOfFiles = @{
"MSTest.Sdk" = 15;
- "MSTest.Internal.TestFx.Documentation" = 10;
"MSTest.TestFramework" = 148;
"MSTest.TestAdapter" = 75;
"MSTest" = 6;
diff --git a/src/Package/MSTest.Internal.TestFx.Documentation/MSTest.Internal.TestFx.Documentation.csproj b/src/Package/MSTest.Internal.TestFx.Documentation/MSTest.Internal.TestFx.Documentation.csproj
deleted file mode 100644
index 6ed1d9aa3c..0000000000
--- a/src/Package/MSTest.Internal.TestFx.Documentation/MSTest.Internal.TestFx.Documentation.csproj
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
- netstandard2.0
-
-
-
- true
- false
- MSTest.Internal.TestFx.Documentation.nuspec
- $(OutputPath)
- MSTest.Internal.TestFx.Documentation
- MSTest TestFramework MSTestV2
- This is a private nuget package that contains the xml documentation files for MSTest V2 Framework.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/Package/MSTest.Internal.TestFx.Documentation/MSTest.Internal.TestFx.Documentation.nuspec b/src/Package/MSTest.Internal.TestFx.Documentation/MSTest.Internal.TestFx.Documentation.nuspec
deleted file mode 100644
index dce6465353..0000000000
--- a/src/Package/MSTest.Internal.TestFx.Documentation/MSTest.Internal.TestFx.Documentation.nuspec
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- $CommonMetadataElements$
-
-
- $CommonFileElements$
-
-
-
-
-
-
-
-
-
-
-