aspnetcore/test/Microsoft.AspNet.WebSockets.../Project.json

20 lines
496 B
JSON

{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "",
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*",
"Xunit.KRunner": "0.1-alpha-*"
},
"configurations": {
"net45": {
"dependencies": {
"System.Runtime" : ""
}
}
},
"commands": {
"test": "Xunit.KRunner"
}
}