{ "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.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.ApiExplorer": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Cors": "1.1.0-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Localization": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor": "1.1.0-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*", "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0-*", "Microsoft.Extensions.Caching.Memory": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.1.0-*", "type": "build" }, "NETStandard.Library": "1.6.1-*" }, "frameworks": { "net451": {}, "netstandard1.6": {} } }