{ "description": "Features that enable globalization & localization of MVC applications.", "version": "6.0.0-*", "compilationOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" }, "dependencies": { "Microsoft.AspNet.Localization": "1.0.0-*", "Microsoft.AspNet.Mvc.Razor": "6.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.0.0-*", "Microsoft.Extensions.Localization": "1.0.0-*", "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" } }, "frameworks": { "net451": {}, "dotnet5.6": {} }, "exclude": [ "wwwroot", "node_modules", "bower_components" ], "repository": { "type": "git", "url": "https://github.com/aspnet/mvc" } }