70 lines
2.3 KiB
JSON
70 lines
2.3 KiB
JSON
{
|
|
"description": "ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Mvc.AreaAttribute\r\nMicrosoft.AspNetCore.Mvc.BindAttribute\r\nMicrosoft.AspNetCore.Mvc.ControllerBase\r\nMicrosoft.AspNetCore.Mvc.FromBodyAttribute\r\nMicrosoft.AspNetCore.Mvc.FromFormAttribute\r\nMicrosoft.AspNetCore.Mvc.RequireHttpsAttribute\r\nMicrosoft.AspNetCore.Mvc.RouteAttribute",
|
|
"version": "1.0.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.Authorization": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Http": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Routing": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyModel": "1.0.0-*",
|
|
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
|
"Microsoft.Extensions.PropertyActivator.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.PropertyHelper.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.SecurityHelper.Sources": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"System.Buffers": "4.0.0-*",
|
|
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.5": {
|
|
"imports": [
|
|
"portable-net451+win8"
|
|
],
|
|
"dependencies": {
|
|
"System.Text.Encoding": "4.0.11-*"
|
|
}
|
|
}
|
|
}
|
|
} |