Missed a comma, whoops

This commit is contained in:
Brennan 2014-12-16 10:24:47 -08:00
parent 372cedda69
commit 32ff0e14a1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*",
"Kestrel": "1.0.0-*"
"Kestrel": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {