diff --git a/src/OpenIddict.Abstractions/OpenIddict.Abstractions.csproj b/src/OpenIddict.Abstractions/OpenIddict.Abstractions.csproj
index 97b0faeb..66b1f8a7 100644
--- a/src/OpenIddict.Abstractions/OpenIddict.Abstractions.csproj
+++ b/src/OpenIddict.Abstractions/OpenIddict.Abstractions.csproj
@@ -5,7 +5,7 @@
- OpenIddict's abstractions.
+ Abstractions and primitives used by the OpenIddict components.
diff --git a/src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj b/src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj
index 09475861..2387367f 100644
--- a/src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj
+++ b/src/OpenIddict.AspNetCore/OpenIddict.AspNetCore.csproj
@@ -7,7 +7,7 @@
- Easy-to-use OpenID Connect stack for ASP.NET Core.
+ Versatile OpenID Connect stack for ASP.NET Core 2.1, 3.1 and 5.0.
$(PackageTags);aspnetcore;server;validation
diff --git a/src/OpenIddict.EntityFramework.Models/OpenIddict.EntityFramework.Models.csproj b/src/OpenIddict.EntityFramework.Models/OpenIddict.EntityFramework.Models.csproj
index 3203218d..ac709f6a 100644
--- a/src/OpenIddict.EntityFramework.Models/OpenIddict.EntityFramework.Models.csproj
+++ b/src/OpenIddict.EntityFramework.Models/OpenIddict.EntityFramework.Models.csproj
@@ -5,7 +5,7 @@
- Relational entities for the Entity Framework 6.x stores.
+ Relational entities for the OpenIddict Entity Framework 6.x stores.
$(PackageTags);entityframework;models
diff --git a/src/OpenIddict.EntityFrameworkCore.Models/OpenIddict.EntityFrameworkCore.Models.csproj b/src/OpenIddict.EntityFrameworkCore.Models/OpenIddict.EntityFrameworkCore.Models.csproj
index f3bcb157..48d36bcf 100644
--- a/src/OpenIddict.EntityFrameworkCore.Models/OpenIddict.EntityFrameworkCore.Models.csproj
+++ b/src/OpenIddict.EntityFrameworkCore.Models/OpenIddict.EntityFrameworkCore.Models.csproj
@@ -5,7 +5,7 @@
- Relational entities for the Entity Framework Core stores.
+ Relational entities for the OpenIddict Entity Framework Core stores.
$(PackageTags);entityframeworkcore;models
diff --git a/src/OpenIddict.MongoDb.Models/OpenIddict.MongoDb.Models.csproj b/src/OpenIddict.MongoDb.Models/OpenIddict.MongoDb.Models.csproj
index a3ea0f4f..d7f0e5ef 100644
--- a/src/OpenIddict.MongoDb.Models/OpenIddict.MongoDb.Models.csproj
+++ b/src/OpenIddict.MongoDb.Models/OpenIddict.MongoDb.Models.csproj
@@ -7,7 +7,7 @@
- Document-oriented entities for the MongoDB stores.
+ Document-oriented entities for the OpenIddict MongoDB stores.
$(PackageTags);mongodb;models
diff --git a/src/OpenIddict.Owin/OpenIddict.Owin.csproj b/src/OpenIddict.Owin/OpenIddict.Owin.csproj
index 70af14e4..cff74b40 100644
--- a/src/OpenIddict.Owin/OpenIddict.Owin.csproj
+++ b/src/OpenIddict.Owin/OpenIddict.Owin.csproj
@@ -7,7 +7,7 @@
- Easy-to-use OpenID Connect stack for ASP.NET 4.x/OWIN.
+ Versatile OpenID Connect stack for OWIN/Katana 4.1 (compatible with ASP.NET 4.6.1 and newer).
$(PackageTags);aspnet;katana;owin;server;validation
diff --git a/src/OpenIddict.Server.Owin/OpenIddict.Server.Owin.csproj b/src/OpenIddict.Server.Owin/OpenIddict.Server.Owin.csproj
index afc864d2..82d97dd8 100644
--- a/src/OpenIddict.Server.Owin/OpenIddict.Server.Owin.csproj
+++ b/src/OpenIddict.Server.Owin/OpenIddict.Server.Owin.csproj
@@ -5,7 +5,7 @@
- OWIN/ASP.NET 4.x integration package for the OpenIddict server services.
+ OWIN/Katana integration package for the OpenIddict server services (compatible with ASP.NET 4.6.1 and newer).
$(PackageTags);server;aspnet;katana;owin
diff --git a/src/OpenIddict.Server/OpenIddict.Server.csproj b/src/OpenIddict.Server/OpenIddict.Server.csproj
index efbf09a5..50e47c84 100644
--- a/src/OpenIddict.Server/OpenIddict.Server.csproj
+++ b/src/OpenIddict.Server/OpenIddict.Server.csproj
@@ -5,7 +5,10 @@
- OpenID Connect server components for OpenIddict.
+ OpenIddict authorization server services.
+
+Note: this package only contains the generic/host-agnostic server components.
+To use the server feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Server.AspNetCore or OpenIddict.Server.Owin package.
$(PackageTags);server
diff --git a/src/OpenIddict.Validation.Owin/OpenIddict.Validation.Owin.csproj b/src/OpenIddict.Validation.Owin/OpenIddict.Validation.Owin.csproj
index 57becc28..286e89df 100644
--- a/src/OpenIddict.Validation.Owin/OpenIddict.Validation.Owin.csproj
+++ b/src/OpenIddict.Validation.Owin/OpenIddict.Validation.Owin.csproj
@@ -5,7 +5,7 @@
- OWIN/ASP.NET 4.x integration package for the OpenIddict validation services.
+ OWIN/Katana integration package for the OpenIddict validation services (compatible with ASP.NET 4.6.1 and newer).
$(PackageTags);validation;aspnet;katana;owin
diff --git a/src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj b/src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj
index 8ca905cb..772868ae 100644
--- a/src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj
+++ b/src/OpenIddict.Validation.ServerIntegration/OpenIddict.Validation.ServerIntegration.csproj
@@ -5,7 +5,7 @@
- OpenID Connect validation/server integration for OpenIddict.
+ Local server integration package for the OpenIddict validation services.
$(PackageTags);server;validation
diff --git a/src/OpenIddict.Validation.SystemNetHttp/OpenIddict.Validation.SystemNetHttp.csproj b/src/OpenIddict.Validation.SystemNetHttp/OpenIddict.Validation.SystemNetHttp.csproj
index 6ba6ab30..3862ad04 100644
--- a/src/OpenIddict.Validation.SystemNetHttp/OpenIddict.Validation.SystemNetHttp.csproj
+++ b/src/OpenIddict.Validation.SystemNetHttp/OpenIddict.Validation.SystemNetHttp.csproj
@@ -5,7 +5,7 @@
- OpenID Connect validation/System.Net.Http integration for OpenIddict.
+ System.Net.Http integration package for the OpenIddict validation services.
$(PackageTags);http;httpclient;validation
diff --git a/src/OpenIddict.Validation/OpenIddict.Validation.csproj b/src/OpenIddict.Validation/OpenIddict.Validation.csproj
index 28dcd50c..8f0ead67 100644
--- a/src/OpenIddict.Validation/OpenIddict.Validation.csproj
+++ b/src/OpenIddict.Validation/OpenIddict.Validation.csproj
@@ -5,7 +5,10 @@
- OpenID Connect validation components for OpenIddict.
+ OpenIddict token validation services.
+
+Note: this package only contains the generic/host-agnostic validation components.
+To use the validation feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Validation.AspNetCore or OpenIddict.Validation.Owin package.
$(PackageTags);validation
diff --git a/src/OpenIddict/OpenIddict.csproj b/src/OpenIddict/OpenIddict.csproj
index 3d97dc8d..7bf94465 100644
--- a/src/OpenIddict/OpenIddict.csproj
+++ b/src/OpenIddict/OpenIddict.csproj
@@ -7,7 +7,10 @@
- Easy-to-use OpenID Connect server for ASP.NET 4.x/OWIN and ASP.NET Core.
+ Versatile OpenID Connect stack for .NET.
+
+Note: this metapackage only references the generic core, server and validation packages.
+To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the OpenIddict.AspNetCore or OpenIddict.Owin package.