{ "description": "Features that enable globalization & localization of MVC applications.", "version": "1.0.0-*", "compilationOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "dependencies": { "Microsoft.AspNetCore.Localization": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Razor": "1.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": {}, "netstandard1.5": { "imports": [ "dotnet5.6", "portable-net45+win8" ] } }, "exclude": [ "wwwroot", "node_modules", "bower_components" ], "repository": { "type": "git", "url": "https://github.com/aspnet/mvc" } }