22 lines
521 B
JSON
22 lines
521 B
JSON
{
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
|
"Microsoft.AspNetCore.WebSockets": "0.2.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0-*",
|
|
"type": "platform"
|
|
},
|
|
"System.Net.WebSockets.Client": "4.3.0-*"
|
|
}
|
|
}
|
|
}
|
|
} |