19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.Net.Http.Headers": "1.0.0-*",
|
|
"xunit.runner.kre": "1.0.0-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.kre"
|
|
},
|
|
"frameworks": {
|
|
"aspnet50": { },
|
|
"aspnetcore50": {
|
|
"dependencies": {
|
|
"System.Diagnostics.Debug": "4.0.10-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|