diff --git a/src/Microsoft.AspNetCore.Owin/project.json b/src/Microsoft.AspNetCore.Owin/project.json index dc8ffb89a7..a5f53d0f54 100644 --- a/src/Microsoft.AspNetCore.Owin/project.json +++ b/src/Microsoft.AspNetCore.Owin/project.json @@ -1,6 +1,6 @@ { "version": "1.0.0-*", - "description": "ASP.NET Core component for running OWIN middleware in an ASP.NET Core application.", + "description": "ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.", "tags": [ "aspnetcore", "katana", diff --git a/src/Microsoft.Net.Http.Headers/project.json b/src/Microsoft.Net.Http.Headers/project.json index 908a938538..3fa2366ec5 100644 --- a/src/Microsoft.Net.Http.Headers/project.json +++ b/src/Microsoft.Net.Http.Headers/project.json @@ -1,8 +1,8 @@ { "version": "1.0.0-*", - "description": "ASP.NET Core HTTP header parser implementations.", + "description": "HTTP header parser implementations.", "tags": [ - "aspnetcore" + "http" ], "repository": { "type": "git",