Added package descriptions

This commit is contained in:
David Fowler 2014-10-31 02:57:32 -07:00
parent 83f4d0261d
commit 82511a8489
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "Client for communicating over web sockets.",
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
},

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "Managed web socket protocol parser.",
"frameworks": {
"net45": { },
"aspnetcore50": {

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },