28 lines
665 B
JSON
28 lines
665 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Routing": "1.2.0-*",
|
|
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
|
"Moq": "4.6.36-*",
|
|
"RoutingSample.Web": "1.0.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.2.0-*",
|
|
"type": "platform"
|
|
},
|
|
"System.Diagnostics.TraceSource": "4.4.0-*"
|
|
}
|
|
},
|
|
"net451": {}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |