30 lines
690 B
JSON
30 lines
690 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"xunit": "2.1.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.Threading.Tasks": ""
|
|
},
|
|
"dependencies": {
|
|
"xunit.runner.console": "2.1.0"
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |