30 lines
909 B
JSON
30 lines
909 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
|
"System.Net.Http": "4.0.1-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Diagnostics.TraceSource": "4.0.0-*",
|
|
"System.Net.Http.WinHttpHandler": "4.0.0-*",
|
|
"System.Net.Sockets": "4.1.0-*",
|
|
"System.Runtime.Handles": "4.0.1-*"
|
|
}
|
|
}
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"commands": {
|
|
"run": "Microsoft.AspNetCore.Server.KestrelTests",
|
|
"test": "xunit.runner.aspnet -parallel none"
|
|
}
|
|
}
|