diff --git a/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj b/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
index feab8973..62085f7c 100644
--- a/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
+++ b/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
@@ -42,7 +42,8 @@ See also https://github.com/NLog/NLog.Web/releases
true
true
$(Title)
- true
+ true
+
@@ -101,4 +102,10 @@ See also https://github.com/NLog/NLog.Web/releases
+
+
+ true
+ \
+
+
diff --git a/src/NLog.Web.AspNetCore/readme.txt b/src/NLog.Web.AspNetCore/readme.txt
new file mode 100644
index 00000000..7c958518
--- /dev/null
+++ b/src/NLog.Web.AspNetCore/readme.txt
@@ -0,0 +1,18 @@
+Welcome to NLog for ASP.NET Core!
+
+To get started, check one of these short tutorials:
+
+- Getting started for ASP.NET Core 5: https://github.com/NLog/NLog/wiki/Getting-started-with-ASP.NET-Core-5
+- Getting started for ASP.NET Core 3: https://github.com/NLog/NLog/wiki/Getting-started-with-ASP.NET-Core-3
+- Getting started for ASP.NET Core 2: https://github.com/NLog/NLog/wiki/Getting-started-with-ASP.NET-Core-2
+
+# More information
+
+- How to use structured logging: https://github.com/NLog/NLog/wiki/How-to-use-structured-logging
+- All config options: https://nlog-project.org/config
+
+# Troubleshooting
+
+Having issues to get things working? It's recommend to follow to Troubleshooting https://github.com/NLog/NLog/wiki/Logging-troubleshooting page.
+
+For questions, StackOverflow (https://stackoverflow.com/questions/tagged/nlog) is recommend
\ No newline at end of file
diff --git a/src/NLog.Web/NLog.Web.csproj b/src/NLog.Web/NLog.Web.csproj
index 619ac564..84915b11 100644
--- a/src/NLog.Web/NLog.Web.csproj
+++ b/src/NLog.Web/NLog.Web.csproj
@@ -57,4 +57,10 @@ For ASP.NET Core: Check https://www.nuget.org/packages/NLog.Web.AspNetCore
+
+
+ true
+ \
+
+
\ No newline at end of file
diff --git a/src/NLog.Web/readme.txt b/src/NLog.Web/readme.txt
new file mode 100644
index 00000000..dd0811ea
--- /dev/null
+++ b/src/NLog.Web/readme.txt
@@ -0,0 +1,16 @@
+Welcome to NLog for ASP.NET!
+
+For ASP.NET Core, you need the NLog.Web.AspNetCore package and not this one (https://www.nuget.org/packages/NLog.Web.AspNetCore)
+
+To get started, check this tutorials: https://github.com/NLog/NLog/wiki/Tutorial
+
+# More information
+
+- How to use structured logging: https://github.com/NLog/NLog/wiki/How-to-use-structured-logging
+- All config options: https://nlog-project.org/config
+
+# Troubleshooting
+
+Having issues to get things working? It's recommend to follow to Troubleshooting https://github.com/NLog/NLog/wiki/Logging-troubleshooting page.
+
+For questions, StackOverflow (https://stackoverflow.com/questions/tagged/nlog) is recommend
\ No newline at end of file