Added tags to project.json
This commit is contained in:
parent
5858c0a64a
commit
34f419f446
|
|
@ -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-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue