37 lines
892 B
JSON
37 lines
892 B
JSON
{
|
|
"description": "ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.",
|
|
"version": "1.1.0-*",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"aspnetcoremvc"
|
|
]
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*",
|
|
"Microsoft.Extensions.PropertyHelper.Sources": {
|
|
"version": "1.1.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
|
|
"version": "1.1.0-*",
|
|
"type": "build"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.6": {}
|
|
}
|
|
} |