49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"description": "ASP.NET Core middleware for routing requests to application logic and for generating links.\r\nCommonly used types:\r\n Microsoft.AspNetCore.Routing.Route\r\nMicrosoft.AspNetCore.Routing.RouteCollection",
|
|
"version": "1.2.0-*",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/routing"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"routing"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true,
|
|
"compile": "../../shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources/**/*.cs"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
|
|
"Microsoft.AspNetCore.Routing.Abstractions": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
|
"type": "build",
|
|
"version": "1.2.0-*"
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
|
|
"Microsoft.Extensions.ObjectPool": "1.2.0-*",
|
|
"Microsoft.Extensions.Options": "1.2.0-*",
|
|
"Microsoft.Extensions.PropertyHelper.Sources": {
|
|
"type": "build",
|
|
"version": "1.2.0-*"
|
|
},
|
|
"Microsoft.Extensions.TaskCache.Sources": {
|
|
"version": "1.2.0-*",
|
|
"type": "build"
|
|
},
|
|
"NETStandard.Library": "1.6.2-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {}
|
|
}
|
|
} |