24 lines
556 B
JSON
24 lines
556 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"compile": "../../shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources/**/*.cs"
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Routing": "1.2.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.2.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
},
|
|
"net451": {}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |