aspnetcore/test/Microsoft.AspNet.Routing.Tests/project.json

34 lines
782 B
JSON

{
"compilationOptions": {
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNet.Http" : "1.0.0-*",
"Microsoft.AspNet.Routing" : "",
"Microsoft.AspNet.Testing" : "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
},
"frameworks": {
"k10": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Linq": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Threading": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0",
"System.Text.RegularExpressions": "4.0.0.0"
}
},
"net45": {
"dependencies": {
"Moq": "4.2.1312.1622",
"System.Runtime": ""
}
}
},
"commands": {
"test": "Xunit.KRunner"
}
}