Missed a comma, whoops
This commit is contained in:
parent
372cedda69
commit
32ff0e14a1
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue