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

13 lines
197 B
JSON

{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Routing" : ""
},
"configurations": {
"net45": {
"dependencies": {
"Owin": "1.0"
}
}
}
}