diff --git a/Directory.Build.targets b/Directory.Build.targets
index 1b8e8f382..e38e2552a 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -2,12 +2,14 @@
true
+ $(MSBuildProjectDirectory)/$(MSBuildProjectName).manifest
+
diff --git a/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj b/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj
index 2f2fa2310..a637b2053 100644
--- a/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj
+++ b/PeachPied.WordPress.AspNetCore/PeachPied.WordPress.AspNetCore.csproj
@@ -15,6 +15,7 @@
See https://github.com/iolevel/wpdotnet-sdk for more details.
+ $(MSBuildProjectDirectory)/../README.MD
diff --git a/PeachPied.WordPress.Build.Plugin/PeachPied.WordPress.Build.Plugin.manifest b/PeachPied.WordPress.Build.Plugin/PeachPied.WordPress.Build.Plugin.manifest
new file mode 100644
index 000000000..af636655b
--- /dev/null
+++ b/PeachPied.WordPress.Build.Plugin/PeachPied.WordPress.Build.Plugin.manifest
@@ -0,0 +1,3 @@
+{
+ "delisted": true
+}
\ No newline at end of file
diff --git a/PeachPied.WordPress.Standard/PeachPied.WordPress.Standard.manifest b/PeachPied.WordPress.Standard/PeachPied.WordPress.Standard.manifest
new file mode 100644
index 000000000..af636655b
--- /dev/null
+++ b/PeachPied.WordPress.Standard/PeachPied.WordPress.Standard.manifest
@@ -0,0 +1,3 @@
+{
+ "delisted": true
+}
\ No newline at end of file
diff --git a/plugins/PeachPied.WordPress.DotNetBridge/PeachPied.WordPress.DotNetBridge.manifest b/plugins/PeachPied.WordPress.DotNetBridge/PeachPied.WordPress.DotNetBridge.manifest
new file mode 100644
index 000000000..af636655b
--- /dev/null
+++ b/plugins/PeachPied.WordPress.DotNetBridge/PeachPied.WordPress.DotNetBridge.manifest
@@ -0,0 +1,3 @@
+{
+ "delisted": true
+}
\ No newline at end of file
diff --git a/plugins/PeachPied.WordPress.NuGetPlugins/PeachPied.WordPress.NuGetPlugins.manifest b/plugins/PeachPied.WordPress.NuGetPlugins/PeachPied.WordPress.NuGetPlugins.manifest
new file mode 100644
index 000000000..af636655b
--- /dev/null
+++ b/plugins/PeachPied.WordPress.NuGetPlugins/PeachPied.WordPress.NuGetPlugins.manifest
@@ -0,0 +1,3 @@
+{
+ "delisted": true
+}
\ No newline at end of file
diff --git a/wordpress/PeachPied.WordPress.manifest b/wordpress/PeachPied.WordPress.manifest
new file mode 100644
index 000000000..af636655b
--- /dev/null
+++ b/wordpress/PeachPied.WordPress.manifest
@@ -0,0 +1,3 @@
+{
+ "delisted": true
+}
\ No newline at end of file