diff --git a/Directory.Build.props b/Directory.Build.props
index e9a04e24..0f361c58 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -9,7 +9,6 @@
MIT
true
12.0
- Readme.md
@@ -19,6 +18,10 @@
+
+
+ Readme.md
+
diff --git a/templates/README.md b/templates/README.md
deleted file mode 100644
index ff47afb2..00000000
--- a/templates/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Blazor Native Templates
-
-These templates are designed to be used with the [.NET Core Template Engine](https://github.com/dotnet/templating).
-
-## Getting Started
-
-### Requirements
-
-- TODO
-
-## Quick Links
-
-[Template Engine Wiki](https://github.com/dotnet/templating/wiki)
-
-[Template Samples](https://github.com/dotnet/dotnet-template-samples)
-
-[How to create your own templates for dotnet new](https://blogs.msdn.microsoft.com/dotnet/2017/04/02/how-to-create-your-own-templates-for-dotnet-new/)