Added tags to project.json

This commit is contained in:
Ajay Bhargav Baaskaran 2016-11-05 00:09:47 -07:00
parent 5858c0a64a
commit 34f419f446
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/aspnet/websockets" "url": "git://github.com/aspnet/websockets"
} },
"tags": [
"aspnetcore"
]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",