Add repository information to project files

This commit is contained in:
Victor Hurdugaci 2015-07-01 20:34:07 -07:00
parent f65ad82c6b
commit 6438362e0a
3 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "Client for communicating over web sockets.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/websockets"
},
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
},

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "Managed web socket protocol parser.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/websockets"
},
"dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
},

View File

@ -1,6 +1,10 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/websockets"
},
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"