diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj
index 08402e2910..5a9ac58b14 100644
--- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj
+++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj
@@ -146,4 +146,9 @@
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets b/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets
new file mode 100644
index 0000000000..5fdccb650e
--- /dev/null
+++ b/src/Microsoft.AspNetCore.All/build/PublishWithAspNetCoreTargetManifest.targets
@@ -0,0 +1,48 @@
+
+
+
+ true
+
+
+
+
+
+
+ $(AspNetCoreTargetManifestRuntimeIdentifier)
+
+
+
+ win7-x64
+ win7-x86
+ osx.10.12-x64
+ linux-x64
+
+
+
+
+
+
+
+ $(TargetManifest);$(MSBuildThisFileDirectory)manifest.$(ManifestRuntimeIdentifier).xml
+
+
+
diff --git a/src/Microsoft.AspNetCore.All/build/netstandard1.6/Microsoft.AspNetCore.All.targets b/src/Microsoft.AspNetCore.All/build/netstandard1.6/Microsoft.AspNetCore.All.targets
new file mode 100644
index 0000000000..0bed51f606
--- /dev/null
+++ b/src/Microsoft.AspNetCore.All/build/netstandard1.6/Microsoft.AspNetCore.All.targets
@@ -0,0 +1,3 @@
+
+
+