diff --git a/src/Microsoft.AspNetCore.Server.WebListener/project.json b/src/Microsoft.AspNetCore.Server.WebListener/project.json index 27eed10c6b..3641825f52 100644 --- a/src/Microsoft.AspNetCore.Server.WebListener/project.json +++ b/src/Microsoft.AspNetCore.Server.WebListener/project.json @@ -1,6 +1,12 @@ { "version": "1.0.0-rc1-final", - "description": "ASP.NET 5 self-host web server.", + "description": "ASP.NET Core HTTP server for Windows.", + "packOptions": { + "tags": [ + "aspnetcore", + "weblistener" + ] + }, "dependencies": { "Microsoft.AspNetCore.Hosting": "1.0.0", "Microsoft.Net.Http.Headers": "1.0.0", diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 314afcfa67..c194e0a135 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -1,6 +1,12 @@ { "version": "1.0.0-rc1-final", - "description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.", + "description": ".NET HTTP server that uses the Windows HTTP Server API.", + "packOptions": { + "tags": [ + "netcore", + "weblistener" + ] + }, "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "1.0.0", "Microsoft.Extensions.Primitives": "1.0.0"