diff --git a/eng/Directory.Packages.props b/eng/Directory.Packages.props
index 322e86f7aac7d..af74dd6b283d6 100644
--- a/eng/Directory.Packages.props
+++ b/eng/Directory.Packages.props
@@ -182,6 +182,7 @@
+
diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/PackAllRids.targets b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/PackAllRids.targets
index 3618fecc0b7ab..53ced13fbc184 100644
--- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/PackAllRids.targets
+++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/PackAllRids.targets
@@ -29,4 +29,10 @@
+
+
+
diff --git a/src/Tools/SemanticSearch/ReferenceAssemblies/SemanticSearch.ReferenceAssemblies.csproj b/src/Tools/SemanticSearch/ReferenceAssemblies/SemanticSearch.ReferenceAssemblies.csproj
index 0ff3c9cb5533c..12f985c4d121b 100644
--- a/src/Tools/SemanticSearch/ReferenceAssemblies/SemanticSearch.ReferenceAssemblies.csproj
+++ b/src/Tools/SemanticSearch/ReferenceAssemblies/SemanticSearch.ReferenceAssemblies.csproj
@@ -5,6 +5,7 @@
<_BuildTaskTfm Condition="'$(MSBuildRuntimeType)' != 'Core'">net472
<_BuildTaskTfm Condition="'$(MSBuildRuntimeType)' == 'Core'">$(NetRoslyn)
+ <_BuildTaskAssemblyFile>$(ArtifactsBinDir)SemanticSearch.BuildTask\$(Configuration)\$(_BuildTaskTfm)\SemanticSearch.BuildTask.dll
@@ -26,7 +27,7 @@
in subsequent builds because the task assembly can't be written by the
next build.
-->
-
+
@@ -49,7 +50,7 @@
-
+
diff --git a/src/VisualStudio/IntegrationTest/IntegrationTestBuildProject.csproj b/src/VisualStudio/IntegrationTest/IntegrationTestBuildProject.csproj
index fd37008e6ce7e..ed2f2c6590b3d 100644
--- a/src/VisualStudio/IntegrationTest/IntegrationTestBuildProject.csproj
+++ b/src/VisualStudio/IntegrationTest/IntegrationTestBuildProject.csproj
@@ -1,8 +1,13 @@
- net472
+ net472
true
+
+
+
+
+