24 lines
642 B
JSON
24 lines
642 B
JSON
{
|
|
"description": "ASP.NET 5 middleware and abstractions for routing requests to application logic and for generating links.",
|
|
"version": "1.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/routing"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.OptionsModel": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.Text.RegularExpressions": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
}
|
|
} |