aspnetcore/src/Microsoft.AspNetCore.Mvc/project.json

43 lines
1.3 KiB
JSON

{
"description": "ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.",
"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.Mvc.ApiExplorer": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Cors": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"type": "build"
}
},
"frameworks": {
"net451": {},
"netstandard1.6": {
}
}
}